aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* allocrqg: Don't ever try to write to a NULL pointer.Greg Lehey2001-11-031-1/+1
* Emit a warning if the mbuf or mbuf cluster allocation failed.Jonathan Lemon2001-11-021-0/+4
* Oops, deleted wrong BIF acquisition timeout invocation by mistakeMitsuru IWASAKI2001-11-011-1/+1
* Always compile in bridge hooks, or this code will not work (efficiently) withLuigi Rizzo2001-11-011-8/+4
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-012-12/+77
* Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien2001-11-0110-716/+9539
* Use devclass_find_free_unit() in ata_pci_add_child() because no moreAndrey A. Chernov2001-11-011-1/+2
* Fix obvious bug where return from probe was botched.Jeroen Ruigrok van der Werven2001-10-311-1/+1
* Put a Band-Aid over the asr driver so that it hopefully won't causeScott Long2001-10-301-0/+2
* Style(9) fix, mainly white spaces.Mitsuru IWASAKI2001-10-301-85/+102
* Some improvements of control method battery driver.Mitsuru IWASAKI2001-10-303-23/+56
* Some small improvements of ACPI thermal driver.Mitsuru IWASAKI2001-10-293-4/+62
* cast dev_t to int in printf to fix warning.Matthew Dillon2001-10-291-1/+1
* Enable round-robin arbitration between transmit and receive unitLuigi Rizzo2001-10-271-0/+5
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-264-12/+0
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-264-9/+54
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-264-0/+12
* Use TASK_INIT to initialize taskqueue task instead of violating theJohn Baldwin2001-10-251-6/+6
* Aargh. I really shouldn't do late night commits. Remove a floating pointJonathan Lemon2001-10-251-1/+1
* Defs for three (unused so far) bits in PCI command/status registerLuigi Rizzo2001-10-251-3/+3
* Add support for loadable microcode which implements interrupt coalescingJonathan Lemon2001-10-251-15/+162
* . Add structure elements for sysctl.Jonathan Lemon2001-10-251-3/+23
* . Add structure definition for microcode download.Jonathan Lemon2001-10-251-7/+23
* Add Intel's loadable microcode to implement receive side bundling.Jonathan Lemon2001-10-251-0/+1129
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.Jonathan Lemon2001-10-251-0/+1
* Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that isJohn Baldwin2001-10-241-3/+3
* Change module name from 'snd_als' to 'snd_als4000' to match name inJohn Baldwin2001-10-241-3/+3
* Change the module name from 'via' to 'snd_via82c686' to match the KLDJohn Baldwin2001-10-241-5/+3
* Change the module name from 'snd_cmipci' to 'snd_cmi' to match theJohn Baldwin2001-10-241-3/+3
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-242-2/+2
* Don't enable write cacheing on devices that don't support tagged queuingDag-Erling Smørgrav2001-10-241-1/+1
* fix SNDCTL_DSP_GETISPACE behaviourCameron Grant2001-10-241-3/+2
* improve recording behaviourCameron Grant2001-10-241-5/+10
* Tra-La, another QLogic f/w funny- this time with the 2300.Matt Jacob2001-10-231-8/+25
* Regen.Nick Hibma2001-10-232-2/+18
* Add Olympus C-700Nick Hibma2001-10-231-0/+4
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderJohn Baldwin2001-10-231-0/+9
* Add a siocnterm function for the CONS_DRIVER function vector.Jonathan Lemon2001-10-231-1/+9
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-236-418/+565
* Add a bunch of new PCI ID's for Intel ATA chips.Søren Schmidt2001-10-232-0/+10
* Add experimental support for the HighPoint HPT372 ATA133 controller.Søren Schmidt2001-10-232-7/+41
* Add experimental support for the Promise ATA133 controller.Søren Schmidt2001-10-232-4/+10
* Reduce frequency of Battery info (_BIF) acquisition. This helpsMitsuru IWASAKI2001-10-221-6/+38
* Fix reversed virtual/physical bus check, whoops!Mike Smith2001-10-221-1/+1
* Remove unused headers that were breaking LINT.Jonathan Lemon2001-10-221-6/+0
* These two used sioreg.h as well. This is mildly bogus, but it is harderWarner Losh2001-10-222-2/+2
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-221-1/+1
* Update to latest 12160 f/w.Matt Jacob2001-10-201-1599/+1632
* - Make the sio_inited handling more properly MP safe.John Baldwin2001-10-201-2/+6
* Make an ATAPI CD device appear as /dev/acdN and the individualSøren Schmidt2001-10-192-14/+8