aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Recognize the BCM5482S.Juli Mallett2010-11-082-0/+2
* Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging andNathan Whitehorn2010-11-081-5/+29
* Consistently use padding `_' in the comment.Jung-uk Kim2010-11-081-1/+1
* Reduce spin wait time consumed in GMII register access routine.Pyun YongHyeon2010-11-081-4/+12
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualAlexander Motin2010-11-083-8/+42
* Set the pin to output on attach, we can't assume it already is.Andrew Thompson2010-11-081-0/+3
* Bugfix: Set the bit that marks a device number in use.Nick Hibma2010-11-071-2/+5
* Fix indentation in r213894.Marius Strobl2010-11-071-1/+1
* Fix a long standing bug in programming station address for YukonPyun YongHyeon2010-11-061-12/+13
* If we got an invalid station address, generate random address. ThisPyun YongHyeon2010-11-061-0/+19
* Mark command submission timeouts as timeouts. This should trigger deviceAlexander Motin2010-11-061-8/+13
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-0610-12/+2
* Add support for odd-sized PIO transfers, sometimes used by ATAPI.Alexander Motin2010-11-061-6/+18
* Bugfix: In rev 213509 Alexander committed a duplicate ID for ZTE STORNick Hibma2010-11-052-8/+13
* Add a forgotten change from the previous commit.Jung-uk Kim2010-11-051-1/+1
* Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer isJung-uk Kim2010-11-051-44/+34
* Correct an inverted check in r213893.Marius Strobl2010-11-051-1/+1
* Add simple MAC statistics counter reading support. UnfortunatelyPyun YongHyeon2010-11-051-15/+139
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma2010-11-0520-3/+60
* style(9).Pyun YongHyeon2010-11-051-3/+3
* Remove extra white spaces.Pyun YongHyeon2010-11-051-3/+3
* Enable 64bit DMA addressing for RTL810xE/RTL8168/RTL8111 PCIePyun YongHyeon2010-11-051-2/+6
* - Remove an unused entry from the softc (only used in a debugging printf).Nick Hibma2010-11-052-6/+5
* Bugfix: Move the 'at <location string' to the beginning of the attachNick Hibma2010-11-051-4/+3
* Don't terminate the notification with \n. This is done inNick Hibma2010-11-041-2/+2
* Add code to warm reset a USB 3.0 port.Hans Petter Selasky2010-11-042-4/+99
* Add new USB quirk.Hans Petter Selasky2010-11-042-1/+2
* Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device typeJung-uk Kim2010-11-031-16/+14
* - Simplify the way unit/subunit allocation is done in ucom.Nick Hibma2010-11-0320-157/+119
* Clean up leftover USB device ID after r213856. This fixes:Hans Petter Selasky2010-11-031-3/+0
* Remove stale line, accidentally slipped into r214016.Alexander Motin2010-11-021-1/+0
* Sync the lem code up with the vlan and other fixes in em.Jack F Vogel2010-11-014-158/+108