| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PAO3 dependent part. | non | 2001-11-03 | 9 | -344/+0 |
* | No FreeBSD/vax here either. | peter | 2001-11-03 | 1 | -1/+1 |
* | Add Id for 82801CA (ICH3?). The ich driver seems to work fine on the | peter | 2001-11-03 | 1 | -1/+5 |
* | Add ICH3 (82801CA/CAM) and 460GX | peter | 2001-11-03 | 1 | -0/+24 |
* | allocrqg: Don't ever try to write to a NULL pointer. | grog | 2001-11-03 | 1 | -1/+1 |
* | Emit a warning if the mbuf or mbuf cluster allocation failed. | jlemon | 2001-11-02 | 1 | -0/+4 |
* | Oops, deleted wrong BIF acquisition timeout invocation by mistake | iwasaki | 2001-11-01 | 1 | -1/+1 |
* | Always compile in bridge hooks, or this code will not work (efficiently) with | luigi | 2001-11-01 | 1 | -8/+4 |
* | Some fix for the recent apm module changes. | iwasaki | 2001-11-01 | 2 | -12/+77 |
* | Add the TGA video driver. This is a great accomplishtment and will help | obrien | 2001-11-01 | 10 | -716/+9539 |
* | Use devclass_find_free_unit() in ata_pci_add_child() because no more | ache | 2001-11-01 | 1 | -1/+2 |
* | Fix obvious bug where return from probe was botched. | asmodai | 2001-10-31 | 1 | -1/+1 |
* | Put a Band-Aid over the asr driver so that it hopefully won't cause | scottl | 2001-10-30 | 1 | -0/+2 |
* | Style(9) fix, mainly white spaces. | iwasaki | 2001-10-30 | 1 | -85/+102 |
* | Some improvements of control method battery driver. | iwasaki | 2001-10-30 | 3 | -23/+56 |
* | Some small improvements of ACPI thermal driver. | iwasaki | 2001-10-29 | 3 | -4/+62 |
* | cast dev_t to int in printf to fix warning. | dillon | 2001-10-29 | 1 | -1/+1 |
* | Enable round-robin arbitration between transmit and receive unit | luigi | 2001-10-27 | 1 | -0/+5 |
* | - Change the taskqueue locking to protect the necessary parts of a task | jhb | 2001-10-26 | 4 | -12/+0 |
* | Add APM compatibility feature to ACPI. | iwasaki | 2001-10-26 | 4 | -9/+54 |
* | Add locking to taskqueues. There is one mutex per task, one mutex per | jhb | 2001-10-26 | 4 | -0/+12 |
* | Use TASK_INIT to initialize taskqueue task instead of violating the | jhb | 2001-10-25 | 1 | -6/+6 |
* | Aargh. I really shouldn't do late night commits. Remove a floating point | jlemon | 2001-10-25 | 1 | -1/+1 |
* | Defs for three (unused so far) bits in PCI command/status register | luigi | 2001-10-25 | 1 | -3/+3 |
* | Add support for loadable microcode which implements interrupt coalescing | jlemon | 2001-10-25 | 1 | -15/+162 |
* | . Add structure elements for sysctl. | jlemon | 2001-10-25 | 1 | -3/+23 |
* | . Add structure definition for microcode download. | jlemon | 2001-10-25 | 1 | -7/+23 |
* | Add Intel's loadable microcode to implement receive side bundling. | jlemon | 2001-10-25 | 1 | -0/+1129 |
* | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | jlemon | 2001-10-25 | 1 | -0/+1 |
* | Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that is | jhb | 2001-10-24 | 1 | -3/+3 |
* | Change module name from 'snd_als' to 'snd_als4000' to match name in | jhb | 2001-10-24 | 1 | -3/+3 |
* | Change the module name from 'via' to 'snd_via82c686' to match the KLD | jhb | 2001-10-24 | 1 | -5/+3 |
* | Change the module name from 'snd_cmipci' to 'snd_cmi' to match the | jhb | 2001-10-24 | 1 | -3/+3 |
* | cn_tab no longer exists, use cnadd() to add a console device. Note that | jlemon | 2001-10-24 | 2 | -2/+2 |
* | Don't enable write cacheing on devices that don't support tagged queuing | des | 2001-10-24 | 1 | -1/+1 |
* | fix SNDCTL_DSP_GETISPACE behaviour | cg | 2001-10-24 | 1 | -3/+2 |
* | improve recording behaviour | cg | 2001-10-24 | 1 | -5/+10 |
* | Tra-La, another QLogic f/w funny- this time with the 2300. | mjacob | 2001-10-23 | 1 | -8/+25 |
* | Regen. | n_hibma | 2001-10-23 | 2 | -2/+18 |
* | Add Olympus C-700 | n_hibma | 2001-10-23 | 1 | -0/+4 |
* | Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loader | jhb | 2001-10-23 | 1 | -0/+9 |
* | Add a siocnterm function for the CONS_DRIVER function vector. | jlemon | 2001-10-23 | 1 | -1/+9 |
* | Break out the bus front ends into their own files. Rewrite | imp | 2001-10-23 | 6 | -418/+565 |
* | Add a bunch of new PCI ID's for Intel ATA chips. | sos | 2001-10-23 | 2 | -0/+10 |
* | Add experimental support for the HighPoint HPT372 ATA133 controller. | sos | 2001-10-23 | 2 | -7/+41 |
* | Add experimental support for the Promise ATA133 controller. | sos | 2001-10-23 | 2 | -4/+10 |
* | Reduce frequency of Battery info (_BIF) acquisition. This helps | iwasaki | 2001-10-22 | 1 | -6/+38 |
* | Fix reversed virtual/physical bus check, whoops! | msmith | 2001-10-22 | 1 | -1/+1 |
* | Remove unused headers that were breaking LINT. | jlemon | 2001-10-22 | 1 | -6/+0 |
* | These two used sioreg.h as well. This is mildly bogus, but it is harder | imp | 2001-10-22 | 2 | -2/+2 |