summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add code to wait for USB shutdown to be executed at system shutdown.hselasky2011-12-191-1/+15
* Add missing unlock of USB controller's lock, whenhselasky2011-12-191-0/+12
* Fix compilation on sparc64 by actually supplying the bus_dma_tag_t membermarius2011-12-181-1/+1
* syscons: provide a first iteration of cngrab/cnungrab implementationavg2011-12-172-19/+37
* Another axe(4), found in ASUS zenbook.kevlo2011-12-172-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-178-0/+98
* Fix some net80211 enum nits:bschmidt2011-12-1721-146/+147
* Fix format string Z --> z, since the former is a deprecated and (in FreeBSD)se2011-12-161-2/+2
* Many updates to cxgbe(4)np2011-12-1614-1831/+6153
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so nodim2011-12-162-0/+4
* s/timout/timeoutkevlo2011-12-153-3/+3
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Add the 11n chipset RF frontends to the linker set, even though they're notadrian2011-12-154-0/+32
* Print out the radio RF version at startup, so I can better see whichadrian2011-12-151-0/+2
* Use the correct RF version probe routine.adrian2011-12-151-1/+1
* Improve fix for random USB transfer time out.hselasky2011-12-141-12/+13
* Rework the attachement to probe directly on isab(4).fabient2011-12-142-73/+33
* Add PCI IDs for the Intel ICH9M SATA controllers.mav2011-12-142-0/+8
* Implement BUS_ADD_CHILD() for the isab(4) driver. It already callsjhb2011-12-141-0/+1
* Fix for random USB transfer time out.hselasky2011-12-141-7/+11
* Fix definition of XHCI port power bit.hselasky2011-12-141-1/+1
* Do not clobber the ingress queue's congestion setting.np2011-12-141-1/+1
* Use usbd_transfer_unsetup() instead of usbd_transfer_stop() so thathselasky2011-12-141-2/+4
* Stop USB audio transfers early so that any audio applicationshselasky2011-12-142-1/+14
* Implement better support for USB controller suspend and resume.hselasky2011-12-1432-727/+674
* Destroy DMA tag for jumbo RX buffer in device detach.yongari2011-12-131-0/+2
* BCM5720 performance tweak from Broadcom.yongari2011-12-132-3/+18
* Rework link state tracking and remove superfluous link UP/DOWNyongari2011-12-132-53/+55
* Replace `inline static' by `static inline'.ed2011-12-136-13/+13
* Replace __const by const in all non-contributed source code.ed2011-12-131-6/+6
* Fix few bugs in isp(4) target mode support:mav2011-12-131-11/+15
* Document a large number of currently undocumented sysctls. While hereeadler2011-12-131-2/+4
* - Add support for ASCII art splash screens in TheDraw formateadler2011-12-121-0/+135
* Do not define bool/true/false if the symbols already exist.mdf2011-12-125-1/+11
* Consistently use types in e1000 driver code:mdf2011-12-123-6/+10
* Consistently use types in ixgbe driver code:mdf2011-12-123-8/+10
* There's a small set of events on Nehalem, that are not supported infabient2011-12-121-1/+12
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).fabient2011-12-121-1/+80
* Add watchdog support for VIA south bridge chipset.fabient2011-12-122-0/+361
* syscons: make sc_puts static as it is used only privatelyavg2011-12-112-2/+2
* Last change still had an issue, one more time...jfv2011-12-112-6/+6
* Correct LINT build issues in the ioctl code.jfv2011-12-112-7/+11
* - fix typoeadler2011-12-101-1/+1
* Fix NETMAP code problem in the build.jfv2011-12-101-1/+1
* Part 2 of 2 New deltas for the 1G drivers.jfv2011-12-106-594/+597
* Part 1 of two parts, this is the shared code changes injfv2011-12-1021-4107/+5486
* FreeBSD driver does not require arpcom structure in softc.yongari2011-12-091-1/+0
* Announce flow control ability to PHY driver and enable RX flowyongari2011-12-092-4/+27
* Remove unnecessary definition of ET_PCIR_BAR. Controller supportyongari2011-12-092-10/+3
* Do not disable interrupt without knowing whether the raisedyongari2011-12-092-18/+24
OpenPOWER on IntegriCloud