aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Unbreak test coverage of cy driver.Bruce Evans2001-02-011-7/+7
* Remove count for NSIO. The only places it was used it were incorrect.Peter Wemm2001-01-314-4/+4
* Remove obsoleted files.Mike Smith2001-01-312-4/+5
* Add hpfs and the config glue for it. It was being skipped from testPeter Wemm2001-01-313-0/+8
* As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example valuesSeigo Tanimura2001-01-311-4/+4
* Reflect the new location of the ar and sr devices.John Hay2001-01-302-4/+6
* Add option ATA_ENABLE_WC for enabling write caching (now off by default).Søren Schmidt2001-01-291-1/+2
* Add text for option ATA_ENABLE_WC.Søren Schmidt2001-01-291-0/+4
* Supply a stub bpf_validate() (always returning false - the script is notPeter Wemm2001-01-292-1/+5
* Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-291-1/+1
* Convert mca (microchannel bus support) from something that we countPeter Wemm2001-01-293-2/+3
* 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-292-6/+10
* Turn '#if NSNP > 0' into an option.Peter Wemm2001-01-292-1/+4
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-292-1/+2
* change 'count eisa' to 'optional eisa' and update the only consumerPeter Wemm2001-01-294-2/+4
* Revert previous commit. I messed up my testing.Marcel Moolenaar2001-01-285-5/+5
* Remove an outdated DEVFS non-description.Poul-Henning Kamp2001-01-281-4/+0
* Improve kernel bootstrapping:Marcel Moolenaar2001-01-286-8/+10
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.Hellmuth Michaelis2001-01-263-0/+5
* Add some description and clarification as to the use of the tdfx device.Coleman Kane2001-01-251-0/+9
* Disable cy - it is now completely broken and needs non-trivial work.Peter Wemm2001-01-251-7/+7
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-242-2/+0
* Make mp_machdep.c be an optional file conditional on SMP.John Baldwin2001-01-241-1/+1
* Added PC-98 apm support.Yoshihiro Takahashi2001-01-221-1/+2
* 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
* Document some more options.Jeroen Ruigrok van der Werven2001-01-201-11/+26
* Change the reinstall.debug target to depend onJohn Baldwin2001-01-195-20/+40
* Convert apm from a bogus 'count' into a plain option. Clean out somePeter Wemm2001-01-196-12/+6
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hPeter Wemm2001-01-192-0/+6
* Add missing twe (3ware) and ahb (adaptec 174x) devices (!)Peter Wemm2001-01-191-0/+7
* Corresponding version bump for config with the DEV_FOO replacement forPeter Wemm2001-01-195-5/+5
* Remove the now-empty ipl_funcs.c file on all platforms.Peter Wemm2001-01-194-6/+0
* Change NSWAPDEV to something else than the default value.Dag-Erling Smørgrav2001-01-161-1/+1
* Stop doing runtime checking on i386 cpus for cpu class. The cpu isPeter Wemm2001-01-161-3/+3
* Implement condition variables.Jason Evans2001-01-162-0/+2
* Make NSWAPDEV reasonable so people do not mistakenly use unreasonableMatthew Dillon2001-01-151-1/+6
* Add {ACD,AST,ATAPI,ATA}_DEBUG.Dag-Erling Smørgrav2001-01-141-0/+4
* Remove NOBLOCKRANDOM as a compile-time option. Instead, provideMark Murray2001-01-142-6/+0
* Merged from sys/conf/files.i386 revisions 1.342, 1.344, 1.345 and 1.346.KATO Takenori2001-01-121-5/+12
* Add itjc ISDN hardware driverHellmuth Michaelis2001-01-111-4/+12
* Add infrastructure for the itjc ISDN hardware driverHellmuth Michaelis2001-01-111-1/+10
* - Remove compatibility macros for accessing per-cpu variables.Jake Burkholder2001-01-111-1/+0
* moved isp_pci.c from pci to dev/ispMatt Jacob2001-01-091-1/+1
* Add a large _warning_ about using COMPAT_SVR4.Brian Feldman2001-01-091-1/+2
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)Peter Wemm2001-01-093-3/+2
* Completed move of Digiboard drivers to dev/dgbSergey Babkin2001-01-082-2/+2
* Add aic to the list of drivers that might work with NEWCARD. I've addedWarner Losh2001-01-081-0/+1