| Commit message (Expand) | Author | Age | Files | Lines |
| * | move awi to the Attic; it will not make the jump to the new world order | Sam Leffler | 2008-04-20 | 7 | -3751/+0 |
| * | devclass_get_maxunit() returns n+1 with n starting at 0. | Bjoern A. Zeeb | 2008-04-20 | 1 | -4/+5 |
| * | Add one more HTC PocketPC device id. | Alexander Motin | 2008-04-20 | 2 | -0/+2 |
| * | Record the dependency of the iscsi initiator on cam. | Antoine Brodin | 2008-04-20 | 1 | -0/+1 |
| * | Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config that | Ariff Abdullah | 2008-04-19 | 1 | -3/+11 |
| * | remove kdb_backtrace() call | Kip Macy | 2008-04-19 | 1 | -1/+0 |
| * | move cxgb_lt2.[ch] from NIC to TOE | Kip Macy | 2008-04-19 | 15 | -1698/+2446 |
| * | Fix the breakage that caused AHCI devices to vanish. Editor droppings :( | Søren Schmidt | 2008-04-18 | 2 | -26/+3 |
| * | Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in my | Coleman Kane | 2008-04-17 | 1 | -1/+1 |
| * | Change the timeout(9) usage in if_ndis to a callout(9) implementation, | Coleman Kane | 2008-04-17 | 2 | -10/+7 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -2/+2 |
| * | Alloc two DMA slots pr default, silly me forgot that slaves still exists. | Søren Schmidt | 2008-04-17 | 1 | -1/+1 |
| * | Go back to preallocating everything possible on init. | Søren Schmidt | 2008-04-17 | 13 | -188/+243 |
| * | - Correctly destroy assoiciated ucom device on detach. | Stanislav Sedov | 2008-04-16 | 1 | -0/+2 |
| * | Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for | Kris Kennaway | 2008-04-16 | 4 | -4/+4 |
| * | style(9). | Rui Paulo | 2008-04-15 | 1 | -1/+1 |
| * | Don't touch MSI enable bit in RL_CFG2 register. For unknown reason | Pyun YongHyeon | 2008-04-15 | 1 | -12/+6 |
| * | Fix problem with slave devices. | Søren Schmidt | 2008-04-14 | 4 | -16/+16 |
| * | Convert amd64 and i386 to share the atrtc device driver. | Poul-Henning Kamp | 2008-04-14 | 3 | -3/+2 |
| * | Fix identify of slave devices. | Søren Schmidt | 2008-04-13 | 2 | -9/+8 |
| * | Add support for Asus EeePC backlight control. | Rui Paulo | 2008-04-13 | 1 | -3/+29 |
| * | Remove a trailing comma which FlexeLint whines about. | Poul-Henning Kamp | 2008-04-12 | 1 | -1/+1 |
| * | Dont call hw.status recursively. | Søren Schmidt | 2008-04-12 | 3 | -8/+7 |
| * | - Add codec id for Sigmatel STAC9205 | Ariff Abdullah | 2008-04-12 | 1 | -12/+52 |
| * | MFp4: k8temp, a driver to monitor AMD K8 CPU temperature via builtin | Rui Paulo | 2008-04-12 | 1 | -0/+317 |
| * | Update the list of Cx states when ACPICA notifies us. Usually, this | Rui Paulo | 2008-04-12 | 1 | -4/+24 |
| * | Match the Mac Pro with 8 cores. This machine reports 35 temperature | Rui Paulo | 2008-04-12 | 2 | -5/+44 |
| * | - Fixed a problem with the send chain consumer index which would cause | David Christensen | 2008-04-11 | 3 | -1657/+1612 |
| * | Fix badly placed '{' | Søren Schmidt | 2008-04-11 | 1 | -2/+5 |
| * | Don't call acpi_disabled() because we are not part of the acpi.ko | Rui Paulo | 2008-04-11 | 1 | -1/+1 |
| * | Don't mess up with CHN_F_TRIGGERED, since it should exclusively | Ariff Abdullah | 2008-04-11 | 1 | -4/+10 |
| * | Style nit. No functional change. | Rui Paulo | 2008-04-11 | 1 | -2/+3 |
| * | Fix the brokenness in the former commit, sorry for the mess. | Søren Schmidt | 2008-04-11 | 10 | -83/+91 |
| * | Identify ICH9 USB controllers. | Benno Rice | 2008-04-11 | 2 | -0/+26 |
| * | Fix clearing of nVidia interrupts. | Søren Schmidt | 2008-04-10 | 1 | -3/+11 |
| * | - Add ASUS G2K laptop support. | Jung-uk Kim | 2008-04-10 | 1 | -32/+103 |
| * | Add experimental support for SATA Port Multipliers | Søren Schmidt | 2008-04-10 | 23 | -644/+1290 |
| * | Add support for MCP73 chips. | Pyun YongHyeon | 2008-04-10 | 2 | -0/+16 |
| * | Add support for Verizon v740 to ubsa(4). | Florent Thoumie | 2008-04-09 | 2 | -0/+3 |
| * | fix locking botch | Sam Leffler | 2008-04-09 | 1 | -1/+3 |
| * | Clean up and fix style(9) nits. | Jung-uk Kim | 2008-04-08 | 1 | -2681/+2767 |
| * | - Add write(2) support for psm(4) in native operation level. Now arbitrary | Jung-uk Kim | 2008-04-08 | 1 | -7/+53 |
| * | In some situations we were not clearing pending link state attentions. | Bjoern A. Zeeb | 2008-04-08 | 1 | -0/+17 |
| * | Add PCI ID's for ICH8 USB controllers. | John Baldwin | 2008-04-07 | 2 | -0/+33 |
| * | Revert back to probing Host-PCI bridges in the order we encounter them in | John Baldwin | 2008-04-07 | 1 | -18/+11 |
| * | Actually, I was looking at the wrong Linux .c file. Set INIT2 to its | Rui Paulo | 2008-04-07 | 2 | -2/+2 |
| * | * Add missing #else in the #ifdef DEBUG section. | Rui Paulo | 2008-04-07 | 2 | -5/+6 |
| * | "Prettyfy" numbers in hexadecimal. No functional change. | Rui Paulo | 2008-04-07 | 1 | -2/+2 |
| * | The SMC is represented on the acpi tables, so we can completely remove | Rui Paulo | 2008-04-07 | 2 | -56/+84 |
| * | Move INTR_FILTER from opt_global.h to its own header. | John Baldwin | 2008-04-05 | 1 | -0/+2 |