summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* move awi to the Attic; it will not make the jump to the new world orderSam Leffler2008-04-207-3751/+0
* devclass_get_maxunit() returns n+1 with n starting at 0.Bjoern A. Zeeb2008-04-201-4/+5
* Add one more HTC PocketPC device id.Alexander Motin2008-04-202-0/+2
* Record the dependency of the iscsi initiator on cam.Antoine Brodin2008-04-201-0/+1
* Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config thatAriff Abdullah2008-04-191-3/+11
* remove kdb_backtrace() callKip Macy2008-04-191-1/+0
* move cxgb_lt2.[ch] from NIC to TOEKip Macy2008-04-1915-1698/+2446
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(Søren Schmidt2008-04-182-26/+3
* Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in myColeman Kane2008-04-171-1/+1
* Change the timeout(9) usage in if_ndis to a callout(9) implementation,Coleman Kane2008-04-172-10/+7
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-2/+2
* Alloc two DMA slots pr default, silly me forgot that slaves still exists.Søren Schmidt2008-04-171-1/+1
* Go back to preallocating everything possible on init.Søren Schmidt2008-04-1713-188/+243
* - Correctly destroy assoiciated ucom device on detach.Stanislav Sedov2008-04-161-0/+2
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-164-4/+4
* style(9).Rui Paulo2008-04-151-1/+1
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonPyun YongHyeon2008-04-151-12/+6
* Fix problem with slave devices.Søren Schmidt2008-04-144-16/+16
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-143-3/+2
* Fix identify of slave devices.Søren Schmidt2008-04-132-9/+8
* Add support for Asus EeePC backlight control.Rui Paulo2008-04-131-3/+29
* Remove a trailing comma which FlexeLint whines about.Poul-Henning Kamp2008-04-121-1/+1
* Dont call hw.status recursively.Søren Schmidt2008-04-123-8/+7
* - Add codec id for Sigmatel STAC9205Ariff Abdullah2008-04-121-12/+52
* MFp4: k8temp, a driver to monitor AMD K8 CPU temperature via builtinRui Paulo2008-04-121-0/+317
* Update the list of Cx states when ACPICA notifies us. Usually, thisRui Paulo2008-04-121-4/+24
* Match the Mac Pro with 8 cores. This machine reports 35 temperatureRui Paulo2008-04-122-5/+44
* - Fixed a problem with the send chain consumer index which would causeDavid Christensen2008-04-113-1657/+1612
* Fix badly placed '{'Søren Schmidt2008-04-111-2/+5
* Don't call acpi_disabled() because we are not part of the acpi.koRui Paulo2008-04-111-1/+1
* Don't mess up with CHN_F_TRIGGERED, since it should exclusivelyAriff Abdullah2008-04-111-4/+10
* Style nit. No functional change.Rui Paulo2008-04-111-2/+3
* Fix the brokenness in the former commit, sorry for the mess.Søren Schmidt2008-04-1110-83/+91
* Identify ICH9 USB controllers.Benno Rice2008-04-112-0/+26
* Fix clearing of nVidia interrupts.Søren Schmidt2008-04-101-3/+11
* - Add ASUS G2K laptop support.Jung-uk Kim2008-04-101-32/+103
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-1023-644/+1290
* Add support for MCP73 chips.Pyun YongHyeon2008-04-102-0/+16
* Add support for Verizon v740 to ubsa(4).Florent Thoumie2008-04-092-0/+3
* fix locking botchSam Leffler2008-04-091-1/+3
* Clean up and fix style(9) nits.Jung-uk Kim2008-04-081-2681/+2767
* - Add write(2) support for psm(4) in native operation level. Now arbitraryJung-uk Kim2008-04-081-7/+53
* In some situations we were not clearing pending link state attentions.Bjoern A. Zeeb2008-04-081-0/+17
* Add PCI ID's for ICH8 USB controllers.John Baldwin2008-04-072-0/+33
* Revert back to probing Host-PCI bridges in the order we encounter them inJohn Baldwin2008-04-071-18/+11
* Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsRui Paulo2008-04-072-2/+2
* * Add missing #else in the #ifdef DEBUG section.Rui Paulo2008-04-072-5/+6
* "Prettyfy" numbers in hexadecimal. No functional change.Rui Paulo2008-04-071-2/+2
* The SMC is represented on the acpi tables, so we can completely removeRui Paulo2008-04-072-56/+84
* Move INTR_FILTER from opt_global.h to its own header.John Baldwin2008-04-051-0/+2