| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some fix for the recent apm module changes. | Mitsuru IWASAKI | 2001-11-01 | 2 | -12/+77 |
| * | Add the TGA video driver. This is a great accomplishtment and will help | David E. O'Brien | 2001-11-01 | 10 | -711/+9534 |
| * | Use devclass_find_free_unit() in ata_pci_add_child() because no more | Andrey A. Chernov | 2001-11-01 | 1 | -1/+2 |
| * | Fix obvious bug where return from probe was botched. | Jeroen Ruigrok van der Werven | 2001-10-31 | 1 | -1/+1 |
| * | Put a Band-Aid over the asr driver so that it hopefully won't cause | Scott Long | 2001-10-30 | 1 | -0/+2 |
| * | Style(9) fix, mainly white spaces. | Mitsuru IWASAKI | 2001-10-30 | 1 | -85/+102 |
| * | Some improvements of control method battery driver. | Mitsuru IWASAKI | 2001-10-30 | 3 | -23/+56 |
| * | Some small improvements of ACPI thermal driver. | Mitsuru IWASAKI | 2001-10-29 | 3 | -4/+62 |
| * | cast dev_t to int in printf to fix warning. | Matthew Dillon | 2001-10-29 | 1 | -1/+1 |
| * | Enable round-robin arbitration between transmit and receive unit | Luigi Rizzo | 2001-10-27 | 1 | -0/+5 |
| * | - Change the taskqueue locking to protect the necessary parts of a task | John Baldwin | 2001-10-26 | 4 | -12/+0 |
| * | Add APM compatibility feature to ACPI. | Mitsuru IWASAKI | 2001-10-26 | 4 | -9/+54 |
| * | Add locking to taskqueues. There is one mutex per task, one mutex per | John Baldwin | 2001-10-26 | 4 | -0/+12 |
| * | Use TASK_INIT to initialize taskqueue task instead of violating the | John Baldwin | 2001-10-25 | 1 | -6/+6 |
| * | Aargh. I really shouldn't do late night commits. Remove a floating point | Jonathan Lemon | 2001-10-25 | 1 | -1/+1 |
| * | Defs for three (unused so far) bits in PCI command/status register | Luigi Rizzo | 2001-10-25 | 1 | -3/+3 |
| * | Add support for loadable microcode which implements interrupt coalescing | Jonathan Lemon | 2001-10-25 | 1 | -15/+162 |
| * | . Add structure elements for sysctl. | Jonathan Lemon | 2001-10-25 | 1 | -3/+23 |
| * | . Add structure definition for microcode download. | Jonathan Lemon | 2001-10-25 | 1 | -7/+23 |
| * | Add Intel's loadable microcode to implement receive side bundling. | Jonathan Lemon | 2001-10-25 | 1 | -0/+1129 |
| * | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | Jonathan Lemon | 2001-10-25 | 1 | -0/+1 |
| * | Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that is | John Baldwin | 2001-10-24 | 1 | -3/+3 |
| * | Change module name from 'snd_als' to 'snd_als4000' to match name in | John Baldwin | 2001-10-24 | 1 | -3/+3 |
| * | Change the module name from 'via' to 'snd_via82c686' to match the KLD | John Baldwin | 2001-10-24 | 1 | -5/+3 |
| * | Change the module name from 'snd_cmipci' to 'snd_cmi' to match the | John Baldwin | 2001-10-24 | 1 | -3/+3 |
| * | cn_tab no longer exists, use cnadd() to add a console device. Note that | Jonathan Lemon | 2001-10-24 | 2 | -2/+2 |
| * | Don't enable write cacheing on devices that don't support tagged queuing | Dag-Erling Smørgrav | 2001-10-24 | 1 | -1/+1 |
| * | fix SNDCTL_DSP_GETISPACE behaviour | Cameron Grant | 2001-10-24 | 1 | -3/+2 |
| * | improve recording behaviour | Cameron Grant | 2001-10-24 | 1 | -5/+10 |
| * | Tra-La, another QLogic f/w funny- this time with the 2300. | Matt Jacob | 2001-10-23 | 1 | -8/+25 |
| * | Regen. | Nick Hibma | 2001-10-23 | 2 | -2/+18 |
| * | Add Olympus C-700 | Nick Hibma | 2001-10-23 | 1 | -0/+4 |
| * | Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loader | John Baldwin | 2001-10-23 | 1 | -0/+9 |
| * | Add a siocnterm function for the CONS_DRIVER function vector. | Jonathan Lemon | 2001-10-23 | 1 | -1/+9 |
| * | Break out the bus front ends into their own files. Rewrite | Warner Losh | 2001-10-23 | 6 | -418/+565 |
| * | Add a bunch of new PCI ID's for Intel ATA chips. | Søren Schmidt | 2001-10-23 | 2 | -0/+10 |
| * | Add experimental support for the HighPoint HPT372 ATA133 controller. | Søren Schmidt | 2001-10-23 | 2 | -7/+41 |
| * | Add experimental support for the Promise ATA133 controller. | Søren Schmidt | 2001-10-23 | 2 | -4/+10 |
| * | Reduce frequency of Battery info (_BIF) acquisition. This helps | Mitsuru IWASAKI | 2001-10-22 | 1 | -6/+38 |
| * | Fix reversed virtual/physical bus check, whoops! | Mike Smith | 2001-10-22 | 1 | -1/+1 |
| * | Remove unused headers that were breaking LINT. | Jonathan Lemon | 2001-10-22 | 1 | -6/+0 |
| * | These two used sioreg.h as well. This is mildly bogus, but it is harder | Warner Losh | 2001-10-22 | 2 | -2/+2 |
| * | First commit after a repo copy of isa/sio* -> dev/sio: | Warner Losh | 2001-10-22 | 1 | -1/+1 |
| * | Update to latest 12160 f/w. | Matt Jacob | 2001-10-20 | 1 | -1599/+1632 |
| * | - Make the sio_inited handling more properly MP safe. | John Baldwin | 2001-10-20 | 1 | -2/+6 |
| * | Make an ATAPI CD device appear as /dev/acdN and the individual | Søren Schmidt | 2001-10-19 | 2 | -14/+8 |
| * | Add a driver for the Intel PRO/1000 Gigabit Ethernet boards. | Jonathan Lemon | 2001-10-19 | 3 | -0/+2317 |
| * | Protect against deranged fabric nameservers that spit out 10000 identical | Matt Jacob | 2001-10-18 | 1 | -3/+16 |
| * | Fix bug introduced by the last commit, the caused some ATAPI | Søren Schmidt | 2001-10-16 | 1 | -1/+1 |
| * | Fix it so that it doesn't complain for compiles on alpha- that is, match | Matt Jacob | 2001-10-14 | 1 | -4/+10 |