summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Bug fix delta to the em driver:jfv2010-10-262-118/+259
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersnwhitehorn2010-10-253-6/+10
* Make hw.snd.vpc_0db to be also a loader tunable.mav2010-10-251-0/+1
* Add missing mtx_destroy() on channel attach failure.mav2010-10-252-0/+2
* Add TSO support over VLAN for i82550/i82551. Controller requiresyongari2010-10-241-3/+12
* Use bge_chipid to compare controller ids. r214251 incorrectly usedyongari2010-10-241-3/+3
* - Given that as of r214264 all PHY drivers using mii(4) finally have beenmarius2010-10-242-96/+1
* - Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respectivemarius2010-10-244-57/+70
* Take advantage of mii_phy_add_media()/mii_phy_setmedia().marius2010-10-241-27/+7
* - Take advantage of mii_phy_dev_probe().marius2010-10-241-12/+8
* Apply the same workaround for SDI flow control used on BCM5906 A1yongari2010-10-232-5/+9
* The firmware does pad notifications to an even number of bytes (at leastbschmidt2010-10-231-2/+2
* Add possibility to generate devctl notifications regardless of UGEN presence.hselasky2010-10-222-15/+47
* Add workaround for BCM5906 A1 controller silicon bug. Whenyongari2010-10-222-0/+6
* Enable TX MAC state machine lockup fix for both BCM5755 or higheryongari2010-10-222-1/+7
* - Add a new PCI quirk to whitelist an old chipset that doesn't supportjhb2010-10-221-1/+31
* 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
OpenPOWER on IntegriCloud