aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This file is a 2.2 vintage pre-CAM file of no current value.Poul-Henning Kamp2001-11-061-861/+0
* More drive-by stylification, and some clarificationsDag-Erling Smørgrav2001-11-061-10/+16
* More drive-by stylificationDag-Erling Smørgrav2001-11-061-4/+4
* Drive-by stylification + reintroduce set_border().Dag-Erling Smørgrav2001-11-063-211/+218
* syscons' set_border() is now named sc_set_border(), so there is no longerDag-Erling Smørgrav2001-11-061-2/+0
* o dpt_control.c is not compiled into the system (commented out inRobert Watson2001-11-051-6/+6
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingMatthew Dillon2001-11-051-4/+7
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.Mitsuru IWASAKI2001-11-051-14/+0
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries toAndrew Gallatin2001-11-052-3/+3
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-3/+1
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-1/+1
* devsw_add() and cdevsw_remove() are no longer needed.Poul-Henning Kamp2001-11-044-27/+0
* Don't call cdevsw_{add,remove}().Poul-Henning Kamp2001-11-041-3/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-16/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-043-15/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-4/+0
* Don't call cdevsw_add()Poul-Henning Kamp2001-11-041-4/+0
* Call to cdevsw_add() no longer needed.Poul-Henning Kamp2001-11-042-2/+0
* Introduce a boot environment variable (clock_compat_osf1) which canAndrew Gallatin2001-11-031-12/+2
* Add PCIC_TI4410Poul-Henning Kamp2001-11-031-0/+2
* Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.Seigo Tanimura2001-11-031-1/+1
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-039-344/+0
* No FreeBSD/vax here either.Peter Wemm2001-11-031-1/+1
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thePeter Wemm2001-11-031-1/+5
* Add ICH3 (82801CA/CAM) and 460GXPeter Wemm2001-11-031-0/+24
* 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-711/+9534
* 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