summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* The firmware always sets bit 14 and 15, to get the real associd we needbschmidt2010-10-211-1/+1
* Instead of calling return when reaching the end of the assoc notificationbschmidt2010-10-211-1/+1
* Clarify a misleading comment. The test in pci_reserve_map() was meant tojhb2010-10-211-9/+9
* Update PD state firmware definitions: add copyback, system.pluknet2010-10-211-1/+3
* Update PCI power management registers per PCI Bus Power Management Interfacejkim2010-10-203-18/+22
* Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets youjkim2010-10-204-3/+12
* Do not apply do_power_resume for suspending P2P bridge as we did in r214064.jkim2010-10-201-1/+1
* Workaround strange situation when EDMA_RESQIP register returns zero insteadmav2010-10-201-15/+31
* Some style cleanup:mav2010-10-203-44/+37
* Correct handling of shared interrupt in sis_intr(). r212116 incorrectlyyongari2010-10-201-4/+9
* Add workaround for BCM5906 controller silicon bug. If deviceyongari2010-10-192-0/+44
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-198-1302/+3720
* Remove undocumented and stale debug.acpi.do_powerstate tunable. It wasjkim2010-10-191-12/+0
* Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specificjkim2010-10-193-96/+68
* There is no reason to call rt_ifmsg(), remove it.bschmidt2010-10-191-4/+0
* Make any PCI devices enumerated in ACPI tree honor do_power_resume as well.jkim2010-10-191-1/+1
* Remove PCI header type 0 restriction from power state changes. PCI config.jkim2010-10-191-3/+1
* Do not apply do_power_resume for suspending case. When do_powerstate wasjkim2010-10-191-4/+3
* Fix grammar.brucec2010-10-181-2/+2
* Set of legacy mode SATA enchancements:mav2010-10-1811-158/+511
* Revert r213867; while this driver really doesn't use any of the genericmarius2010-10-181-0/+4
* Allow the MDIOCATTACH ioctl operation to originate from within the kernel.marcel2010-10-181-8/+16
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessmav2010-10-161-0/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-1/+1
* Remove unnecessary castings and fix couple of style(9) nits.jkim2010-10-151-4/+3
* Move setting power state for children into a separate function as they werejkim2010-10-151-38/+40
* Add three new drivers for fan control and temperature reading on theandreast2010-10-152-0/+590
* Now that all previous users of mii_phy_probe() have been convertedmarius2010-10-152-16/+0
* Currently only opt_compat.h is included by the mps(4) driver. Alsomdf2010-10-151-1/+4
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-1515-69/+72
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-1562-385/+285
* Fixes to mps_user_command():mdf2010-10-141-15/+8
* Add new USB device IDs to the list of supported devices.hselasky2010-10-141-0/+2
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-0/+3
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallymarius2010-10-143-99/+255
* Add more USB device IDs to supported list of devices.hselasky2010-10-141-0/+2
* Fix forwarding of Line Register Status changes to TTY layer.hselasky2010-10-141-0/+26
* Remove unused EHCI register definition.hselasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). Implementhselasky2010-10-142-40/+51
* Just like xmphy(4) this driver doesn't use any of the generic subroutinesmarius2010-10-141-4/+0
* Avoid using endless retransmission at EHCI hardware level, hence this hidehselasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.hselasky2010-10-141-2/+1
* Correct EHCI port register read.hselasky2010-10-141-1/+1
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-16/+41
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-141-0/+21
* Revert r213765. This is required because our build infrastructure usesrpaulo2010-10-142-2/+0
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-148-1/+14
* Backout r204230. TX mbuf parser for VLAN is still required toyongari2010-10-141-7/+25
* It seems some multi-port dc(4) controllers shares SROM of the firstyongari2010-10-142-0/+47
* Support firmware download.mdf2010-10-141-1/+37
OpenPOWER on IntegriCloud