summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-12-15- Rename PCI_PRODUCT_INTEL_DH89XX_SMB to PCI_PRODUCT_INTEL_DH89XXCC_SMBmsaitoh
2014-12-15Regen.msaitoh
2014-12-15- Rename DH89xxCC's names from DH89XX_ to DH89XXCC_.msaitoh
2014-12-15regen.msaitoh
2014-12-15Change Intel 0x0434 entry:msaitoh
2014-12-15Load the right xfer address into cb[i].xferdma. Fixes disk detection onskrll
2014-12-14fix bit flip in PM2_DAC_COLOR_MODE registermacallan
2014-12-13Added quirk for ELECOM M-XG2BB.nonaka
2014-12-12Regen.msaitoh
2014-12-12 Add Validity Sensors, Inc. and their devices. PR#45732 from Greg A. Woods.msaitoh
2014-12-12Add BUFFALO GX-DVI/U2B DisplayLink USB-DVI box. PR#49105 from MOCHIDA Shuji.msaitoh
2014-12-12regen.msaitoh
2014-12-12Add BUFFALO GX-DVI/U2B DisplayLink USB-DVI box. PR#49105 from MOCHIDA Shuji.msaitoh
2014-12-10don't give up on mii tick before the interface is marked up.christos
2014-12-09begin to address PR 49229:macallan
2014-12-08Really provide disk properties, the old code computed values that weremlelstv
2014-12-08Add missing newlines...msaitoh
2014-12-07Fix high capacity (> 2GB) eMMC support, from OpenBSD.jmcneill
2014-12-07Add driver for X-Powers AC100 integrated audio codec and RTC subsystem.jmcneill
2014-12-07if we dont have a mac address, make one upjmcneill
2014-12-07Add AXP806 and AXP809 power management controller drivers.jmcneill
2014-12-07Let kernel config override I2C_MAX_ADDRjmcneill
2014-12-04Increase reset delay in polling mode to 10ms per loop. It seems likejoerg
2014-11-28After handling an interrupt, try to handle more packets as we may havemartin
2014-11-28Bits and values for checksum insertion controllmartin
2014-11-28Don't call if_free_sadl in ifnet_detachozaki-r
2014-11-27Fix typo in comment.msaitoh
2014-11-26Appease gcc 4.8 - from Greg Willatt in private email.skrll
2014-11-25Add note about the variations of Intel gigabit Ethernet controller.msaitoh
2014-11-24iscsi_attrs is not used when iscsi(4) is compiled into the kernel.joerg
2014-11-24Add PCIe CRS Software Visibility bit.msaitoh
2014-11-23Fix bus_dmamap_sync usage.matt
2014-11-23On Allwinner A31 you need to set the CONTROL_IFLG bit to clear it. Addjmcneill
2014-11-23When this code was split from dev/pad, the "volume" member size was changedjmcneill
2014-11-23Revert previous change to dwc_gmac_txintr() - while it looks strange atmartin
2014-11-23Pull workqueue_destroy out of sme->sme_mtxozaki-r
2014-11-23Provide the timeout argument to ahci_exec_fis in ms. Use 1ms delaysjoerg
2014-11-22Replace void * cast with proper __UNVOLATILE.joerg
2014-11-22- Add MII flow control supportjmcneill
2014-11-22deal with quirk in Ingenic UARTsmacallan
2014-11-22Replace callout_stop with callout_haltozaki-r
2014-11-22Kill sme_callout_mtx and use sme_mtx insteadozaki-r
2014-11-22Regen for Atheros AR3012njoly
2014-11-22Add Atheros AR3012njoly
2014-11-22fix iobuf setup, cleanupmlelstv
2014-11-22Drop unnecessary-but-harmful casts.joerg
2014-11-21No reason not to make the string const.joerg
2014-11-21Explicitly compare to NULL to show clang that the bool conversion isjoerg
2014-11-21Change internal temperature base from -267.7C to -243.7C. The AXP223jmcneill
2014-11-21Replace callout_stop with callout_haltozaki-r