aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
Commit message (Expand)AuthorAgeFilesLines
* add driver for CS4281 sound chipsCameron Grant2001-02-041-0/+1
* add driver for CMedia CMI8338/CMI8738 sound chipsCameron Grant2001-02-041-0/+1
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-041-1/+9
* Warn if people include vn(4) in their config.Poul-Henning Kamp2001-02-041-1/+2
* Remove obsoleted files.Mike Smith2001-01-311-3/+5
* Add hpfs and the config glue for it. It was being skipped from testPeter Wemm2001-01-311-0/+6
* Reflect the new location of the ar and sr devices.John Hay2001-01-301-2/+4
* Supply a stub bpf_validate() (always returning false - the script is notPeter Wemm2001-01-291-1/+4
* Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-291-1/+1
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulePeter Wemm2001-01-291-1/+1
* Convert 'count en', 'count lnc', 'count fpa', 'count loop' and 'count ar'Peter Wemm2001-01-291-5/+5
* Convert ata and atapi #if NATA* > 0 to options instead. Stop configPeter Wemm2001-01-291-6/+6
* Turn '#if NSNP > 0' into an option.Peter Wemm2001-01-291-1/+1
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-291-1/+1
* wi has been converted to NEWCARD, so included it when pccard isWarner Losh2001-01-211-0/+1
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoWarner Losh2001-01-211-0/+3
* Implement condition variables.Jason Evans2001-01-161-0/+1
* moved isp_pci.c from pci to dev/ispMatt Jacob2001-01-091-1/+1
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)Peter Wemm2001-01-091-1/+2
* Completed move of Digiboard drivers to dev/dgbSergey Babkin2001-01-081-0/+2
* Add aic to the list of drivers that might work with NEWCARD. I've addedWarner Losh2001-01-081-0/+1
* The ep pccard code had newcard hooks added to it, but it isn't beingPeter Wemm2001-01-071-0/+1
* Remove vga_pci generic driver.Nicolas Souchu2001-01-051-1/+0
* Remove alpm numbering.Nicolas Souchu2001-01-031-1/+1
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-281-2/+0
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitCameron Grant2000-12-231-0/+1
* Add ACPI AC adaptor and ACPI Control Method Battery.Takanori Watanabe2000-12-221-0/+2
* revert addition of strlcpy/strlcatAssar Westerlund2000-12-181-2/+0
* add strlcpy and strlcat to kernelAssar Westerlund2000-12-181-0/+2
* kobjify.Cameron Grant2000-12-181-0/+4
* Back out these two changes inadvertantly made with the last commit.Jordan K. Hubbard2000-12-161-2/+0
* SNAPDATE is an obsolete mechanism which has also been pretty muchJordan K. Hubbard2000-12-151-0/+2
* Add subr_sbuf.c.Dag-Erling Smørgrav2000-12-131-0/+1
* Next round of PCI subsystem updates:Mike Smith2000-12-131-2/+1
* Always build the ISA and EISA bridge code. This is slightly unintiuitive,Mike Smith2000-12-121-2/+2
* - Add code to detect if a system call returns with locks other than GiantJake Burkholder2000-12-121-0/+1
* Change sppp from optional to count. At least ar(4) and sr(4) needs it inJohn Hay2000-12-111-1/+1
* Next-phase PCI system update; move PCI core code to sys/dev and updateMike Smith2000-12-081-4/+9
* Forgot this file in previous commit to remove file kern_threads.cJake Burkholder2000-12-021-1/+0
* Add one new file brought in with the ACPI CA 20001115 import.Mike Smith2000-12-011-0/+1
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-281-2/+0
* Update the ed driver to probe and attach under a NEWCARD kernel (I wasPeter Wemm2000-11-251-1/+2
* Accept filters broke kernels compiled without options INET.Alfred Perlstein2000-11-201-1/+1
* Add kernel option NETGRAPH_ONE2MANY.Archie Cobbs2000-11-161-0/+1
* vx is now optional rather than taking a count. Reflect that in theWarner Losh2000-11-161-2/+2
* Add ray driver for card (OLDCARD) and pccard (NEWCARD) entries.Warner Losh2000-11-121-0/+3
* Farewell our code. We will switch acpica code from Intel.Takanori Watanabe2000-11-091-13/+0
* Don't build the ACPI CA debugger unless the ACPI_DEBUG option is present.Mike Smith2000-11-081-11/+10
* ELF kernels should use an ELF sysvec. This allows us to move a.outDavid E. O'Brien2000-11-051-3/+0
* switch over to new sb8/sb16 codeCameron Grant2000-11-011-3/+2