aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Resume critical PCI devices (and their children) first, then everything elseJung-uk Kim2010-11-221-1/+28
* Add support for flow control.Marius Strobl2010-11-223-6/+10
* Given that unlike f.e. rgephy(4) these drivers doen't explicitly start anMarius Strobl2010-11-222-0/+4
* Given that unlike f.e. rgephy(4) this driver doesn't explicitly start anMarius Strobl2010-11-221-0/+2
* Add missing newlines.Marius Strobl2010-11-221-5/+5
* Fix a TSO checksum bug on mxge(4):Andrew Gallatin2010-11-221-1/+12
* Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong2010-11-226-0/+2224
* Various small typos and grammar nits in comments.John Baldwin2010-11-182-6/+6
* Make ATA_CAM wrapper to report SATA power management capabilities to CAM toAlexander Motin2010-11-182-0/+20
* Fix a bug introduced with r215298; when atphy_reset() is called fromMarius Strobl2010-11-181-1/+2
* Even if we are skipping SATA hard reset - set power management bits inAlexander Motin2010-11-181-1/+5
* Record that there is no devices if SATA reset found none.Alexander Motin2010-11-181-0/+2
* Some VIA SATA controllers provide access to non-standard SATA registers viaAlexander Motin2010-11-181-4/+128
* MCP55 is the only NVIDIA controller that supports VLAN tagPyun YongHyeon2010-11-171-26/+31
* Add IDs for VIA VX900 chipset SATA controller.Alexander Motin2010-11-171-0/+3
* Add IDs for VIA VX900 chipset SATA controller.Alexander Motin2010-11-171-1/+4
* Make drm(4) build, if not work reliably, on PowerPC.Nathan Whitehorn2010-11-166-11/+13
* Restore the previous behaviour of substring match.Jung-uk Kim2010-11-151-1/+2
* Plug memory leakage introduced in r204989.Jung-uk Kim2010-11-151-9/+12
* Plug memory leakage introduced in r215327.Pyun YongHyeon2010-11-151-4/+11
* Return from mii_attach() after calling bus_generic_attach(9) on the device_tMarius Strobl2010-11-151-0/+3
* Remove unused struct rue_typeKevin Lo2010-11-151-5/+0
* Remove references to MAKEDEV(8)Doug Barton2010-11-152-5/+1
* Add the Sierra MC8700.Andrew Thompson2010-11-152-0/+2
* Add flow control for all re(4) controllers. re(4) controllers doPyun YongHyeon2010-11-151-1/+1
* Add flow control for 3C905B and newer controllers. Note, thesePyun YongHyeon2010-11-141-6/+19
* P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issuePyun YongHyeon2010-11-141-0/+43
* Add a special INIT product ID used by some models of the HUAWEIDima Dorfman2010-11-142-0/+2
* Use the correct variable for determining the verbosity level in mpt_lprtc().Marius Strobl2010-11-141-4/+4
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsMarius Strobl2010-11-142-16/+23
* Remove redundant cases and a style(9) bug.Marius Strobl2010-11-141-4/+1
* - Change these drivers to take advantage and use the generic IEEE 802.3Marius Strobl2010-11-145-75/+82
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-1414-303/+300
* Workaround build for PAE case for now - revert the PHYSXin LI2010-11-141-0/+4
* Add the switch config for the XS Stick.Nick Hibma2010-11-132-1/+6
* Fix compiler warnings.Hans Petter Selasky2010-11-131-3/+3
* Update to vendor release 1.20.00.19.Xin LI2010-11-132-377/+360
* Fix regression introduced in r215132. Caller always holds a driverPyun YongHyeon2010-11-121-4/+0
* Create C1 state when _CST is valid but _CST does not have one. Some BIOSesJung-uk Kim2010-11-121-4/+26
* Add a GPIO driver for the Gateworks Cambria platform.Andrew Thompson2010-11-112-2/+2
* Add basic WOL support for MCP ethernet controllers. It seems thePyun YongHyeon2010-11-113-56/+175
* Return IEEE 1275 compliant error codes.Rafal Jaworowski2010-11-111-8/+8
* Add a man page for usb_quirk module, plus references in other man pages,Nick Hibma2010-11-101-4/+7
* Make APM emulation look more closer to its origin. Use device_get_softc(9)Jung-uk Kim2010-11-101-1/+1
* Allow specification of eject method through quirks, so people can testNick Hibma2010-11-103-29/+77
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newJung-uk Kim2010-11-101-0/+3
* Make all OF client interface calls return the maximum kind ofNathan Whitehorn2010-11-091-6/+74
* Fix typos.Rebecca Cran2010-11-099-41/+41
* Only moderate TX completion interrupts. Relying on taskqueue toPyun YongHyeon2010-11-091-1/+1
* Follow the lead of vendor's interrupt moderation mechanism.Pyun YongHyeon2010-11-081-0/+18