summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Kill $P4$ id.rpaulo2008-04-211-2/+0
* Add HW level support for the Adaptec 1420SA controller.sos2008-04-213-7/+37
* Unload DMA slot on device timeouts.sos2008-04-211-0/+1
* Do not enable FIS based PM switching, even if not used some controllers barf.sos2008-04-211-2/+2
* fix buildsam2008-04-201-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-2044-15340/+6594
* move awi to the Attic; it will not make the jump to the new world ordersam2008-04-207-3751/+0
* devclass_get_maxunit() returns n+1 with n starting at 0.bz2008-04-201-4/+5
* Add one more HTC PocketPC device id.mav2008-04-202-0/+2
* Record the dependency of the iscsi initiator on cam.antoine2008-04-201-0/+1
* Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config thatariff2008-04-191-3/+11
* remove kdb_backtrace() callkmacy2008-04-191-1/+0
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-1915-1698/+2446
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(sos2008-04-182-26/+3
* Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in mycokane2008-04-171-1/+1
* Change the timeout(9) usage in if_ndis to a callout(9) implementation,cokane2008-04-172-10/+7
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-2/+2
* Alloc two DMA slots pr default, silly me forgot that slaves still exists.sos2008-04-171-1/+1
* Go back to preallocating everything possible on init.sos2008-04-1713-188/+243
* - Correctly destroy assoiciated ucom device on detach.stas2008-04-161-0/+2
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forkris2008-04-164-4/+4
* style(9).rpaulo2008-04-151-1/+1
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonyongari2008-04-151-12/+6
* Fix problem with slave devices.sos2008-04-144-16/+16
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-143-3/+2
* Fix identify of slave devices.sos2008-04-132-9/+8
* Add support for Asus EeePC backlight control.rpaulo2008-04-131-3/+29
* Remove a trailing comma which FlexeLint whines about.phk2008-04-121-1/+1
* Dont call hw.status recursively.sos2008-04-123-8/+7
* - Add codec id for Sigmatel STAC9205ariff2008-04-121-12/+52
* MFp4: k8temp, a driver to monitor AMD K8 CPU temperature via builtinrpaulo2008-04-121-0/+317
* Update the list of Cx states when ACPICA notifies us. Usually, thisrpaulo2008-04-121-4/+24
* Match the Mac Pro with 8 cores. This machine reports 35 temperaturerpaulo2008-04-122-5/+44
* - Fixed a problem with the send chain consumer index which would causedavidch2008-04-113-1658/+1613
* Fix badly placed '{'sos2008-04-111-2/+5
* Don't call acpi_disabled() because we are not part of the acpi.korpaulo2008-04-111-1/+1
* Don't mess up with CHN_F_TRIGGERED, since it should exclusivelyariff2008-04-111-4/+10
* Style nit. No functional change.rpaulo2008-04-111-2/+3
* Fix the brokenness in the former commit, sorry for the mess.sos2008-04-1110-83/+91
* Identify ICH9 USB controllers.benno2008-04-112-0/+26
* Fix clearing of nVidia interrupts.sos2008-04-101-3/+11
* - Add ASUS G2K laptop support.jkim2008-04-101-34/+105
* Add experimental support for SATA Port Multiplierssos2008-04-1023-645/+1291
* Add support for MCP73 chips.yongari2008-04-102-0/+16
* Add support for Verizon v740 to ubsa(4).flz2008-04-092-0/+3
* fix locking botchsam2008-04-091-1/+3
* Clean up and fix style(9) nits.jkim2008-04-081-2852/+2938
* - Add write(2) support for psm(4) in native operation level. Now arbitraryjkim2008-04-081-7/+53
* In some situations we were not clearing pending link state attentions.bz2008-04-081-0/+17
* Add PCI ID's for ICH8 USB controllers.jhb2008-04-072-0/+33
OpenPOWER on IntegriCloud