summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize with sys/i386/conf/files.i386 revision 1.178.kato1997-10-281-2/+2
|
* Use the new "mandatory" keyword for the npx driver.joerg1997-10-281-2/+2
|
* Removed another comment about not-so-mandatory devices i've missed injoerg1997-10-281-2/+2
| | | | | | the previous commit. It's perfectly legal to build a kernel without any video device driver (and even without any console driver at all if desired).
* Remove the stale `log' non-pseudodevice.joerg1997-10-281-11/+5
| | | | Found by: the new config(8) ;-)
* - 'Beep' support now happens in it's own separate file, so you can messnate1997-10-261-0/+1
| | | | | | | around with different noises for the different events and not have it affect other files. Inspired by: PAO
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-263-8/+8
| | | | | | | | | | | | follow. * Rename/reorder all of the pccard structures, change many of the member names to be descriptive, and follow more closely other 'bus' drivers naming schemes. * Rename a bunch of parameter and local variable names to be more consistant in the code. * Renamed the PCCARD 'crd' device to be the 'card' device * KNF and make the code consistant where it was obvious. * ifdef'd out some unused code
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.103.kato1997-10-231-1/+4
|
* Put in an initial %VERSREQ field. This will cause existing config(8)'speter1997-10-222-2/+8
| | | | | to give a non-fatal warning about unknown directives, so there is no hurry to rebuild config(8) yet, apart from shutting up the warning.
* Oops, comment lines can't be indented either.bde1997-10-211-3/+2
|
* Oops, comment lines can't be continued.bde1997-10-211-3/+3
|
* Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialializedbde1997-10-211-2/+3
| | | | | | | | variables were lost when we removed -W, and 23 new ones including at least one serious one have crept in for LINT. Restored -Winline to CFLAGS. This gives only 3 old warnings and 1 new for LINT.
* Synchronize with sys/i386/conf/options.i386 revision 1.62.kato1997-10-181-5/+16
|
* Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-182-7/+17
| | | | | | | i was at it, do no longer insist on `PCVT_FREEBSD' being declared in the config file, but default it to a reasonable value. More cleanup to follow, but this part is safe for RELENG_2_2, too.
* Don't doc PPP_BSDCOMP and PPP_DEFLATE twice. slight reorder so that thepeter1997-10-181-11/+10
| | | | | | options are not in the middle of the pseudo-device list. Prompted by: bde
* Doc PPP_* options and add PPP_FILTERpeter1997-10-181-2/+7
|
* Convert PPP_FILTER to an optionpeter1997-10-181-1/+2
|
* VFS mega cleanup commit (x/N)phk1997-10-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 1. Add new file "sys/kern/vfs_default.c" where default actions for VOPs go. Implement proper defaults for ABORTOP, BWRITE, LEASE, POLL, REVOKE and STRATEGY. Various stuff spread over the entire tree belongs here. 2. Change VOP_BLKATOFF to a normal function in cd9660. 3. Kill VOP_BLKATOFF, VOP_TRUNCATE, VOP_VFREE, VOP_VALLOC. These are private interface functions between UFS and the underlying storage manager layer (FFS/LFS/MFS/EXT2FS). The functions now live in struct ufsmount instead. 4. Remove a kludge of VOP_ functions in all filesystems, that did nothing but obscure the simplicity and break the expandability. If a filesystem doesn't implement VOP_FOO, it shouldn't have an entry for it in its vnops table. The system will try to DTRT if it is not implemented. There are still some cruft left, but the bulk of it is done. 5. Fix another VCALL in vfs_cache.c (thanks Bruce!)
* Mention that the Zip driver (vpo) requires SCSI disk support, and worksmsmith1997-10-151-1/+3
| | | | | best with EPP 1.9 mode selected. Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.kato1997-10-121-2/+2
|
* Synchronize with sys/i386/conf/options.i386 revision 1.61.kato1997-10-121-2/+2
|
* sppp(4) is now also a consumer of the kernel MD5 code.joerg1997-10-111-0/+1
|
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-103-6/+6
| | | | | on by the files that use it. Changing the VM86 option now only causes a recompile of a dozen files or so rather than the entire kernel.
* Added two Cyrix 6x86/6x86MX options.kato1997-10-061-1/+10
| | | | | | - CPU_CYRIX_NO_LOCK enables weak locking. If this option is not set and FAILESAFE is defined, NO_LOCK bit of CCR1 is cleared. - CPU_WT_ALLOC enables write-through allocation.
* Commented out entries of Luigi's sound driver. The name `pcm' iskato1997-09-241-6/+6
| | | | | | conflict with sys/isa/sound/pcm86.c. Pointed out by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* Increment RELDATE so that it is possible to distinguish between thejdp1997-09-241-2/+2
| | | | incompatible old and new forms of mount(2).
* Fix merge spamjkh1997-09-231-4/+2
| | | | Spotted by: Alex Nash
* Reserve entry for CAN16-2 CAN-PC Interfacejkh1997-09-231-1/+2
| | | | Submitted by: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
* Be more explicit about one of IPFIREWALL's features.jkh1997-09-231-1/+11
|
* Make MFS a supported option, finally.joerg1997-09-221-1/+2
|
* Synchronize with sys/i386/conf/files.i386 revision 1.177.kato1997-09-221-13/+2
|
* Move the rules for aicasm to the MI conf file.gibbs1997-09-211-14/+2
|
* Move the rules for aicasm to the MI conf file.gibbs1997-09-211-0/+16
| | | | | Add kern/subr_autoconf.c as a standard file as it contains the bulk of the code for performing interrupt driven configuration.
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-201-2/+17
| | | | | | | | | | | of multiple PCI IDE controllers(Dyson), and some updates and cleanups from John Hood, who originally made our IDE DMA stuff work :-). I have run tests with 7 IDE drives connected to my system, all in DMA mode, with no errors. Modulo any bugs, this stuff makes IDE look really good (within it's limitations.) Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
* Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/sio.ckato1997-09-201-1/+2
| | | | revisions 1.60 and 1.182, respectively.
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-192-2/+8
| | | | | | | | | | | | | | | | internal modems. Currently detects a USR modem, and a couple Supra modems... vendor id's for sio capabile cards welcomed... document new option EXTRA_SIO that will increase sio's internal data structures to support X more serial ports... these are used by the PnP part of sio for attaching... If you don't have it specified, it will default to 2... This is defaulted to 0 if you don't have PnP compiled into your kernel... also document that if you set the PnP flags (pnp x flags y) to 0x1 that the modem will be refused to be recognized by the sio driver... this is for people that want the traditional isa driver to probe and attach the modem... (for keeping legacy sio numbering)
* Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/fd.ckato1997-09-171-1/+4
| | | | revisions 1.59 and 1.101, respectively.
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+2
|
* Make FDC_DEBUG a supported option.joerg1997-09-162-2/+12
| | | | | | | Hide the bogus FDC ``chip type'' display behind a (mostly) undocumented option, since people started to trust the bogus claim. Once we're going to handle 2.88 MB controllers, we have to redo the chip detection, by now just leave it hidden.
* Synchronize with sys/i386/conf/files.i386 revision 1.176.kato1997-09-151-1/+6
|
* docment the new sound drivers in LINT and add the necessary files tojmg1997-09-142-2/+26
| | | | | | | | | files.i386. We aren't sure if this new code and the old sound code will co-exist in a kernel, so the device pcm0 line is left commented out in LINT. Submitted-by: Luigi Rizzo
* Synchronize with sys/i386/conf/files.i386 revision 1.175.kato1997-09-101-2/+3
|
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-102-2/+11
| | | | | | | | | | you don't want this (and the documentation explains why), but if you use ipfw as an as-needed casual filter as needed which normally runs as 'allow all' then having the kernel and /sbin/ipfw get out of sync is a *MAJOR* pain in the behind. PR: 4141 Submitted by: Heikki Suonsivu <hsu@mail.clinet.fi>
* add pnp device entries...jmg1997-09-092-2/+8
|
* Removed vestiges of config-time "argument processing" configuration.bde1997-09-071-2/+1
|
* Removed more vestiges of config-time swap configuration.bde1997-09-071-5/+1
|
* Synchronize with sys/i386/conf/options.1386 revision 1.58.kato1997-09-051-1/+2
|
* Add a new compile option SC_HISTORY_SIZE for syscons.yokota1997-09-042-2/+4
|
* Upgrade of EIDE DMA support, Johns comments:sos1997-09-041-4/+5
| | | | | | | | | | | | * lots of fixes to error handling-- mostly works now * improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive still untested * generally improve DMA config in many ways-- mostly cleanup * clean up boot-time messages * rewrite PRD generation algorithm * first wd timeout is now longer, to handle drive spinup Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
* Synchronize with sys/i386/conf/files.i386 revision 1.174.kato1997-09-031-6/+6
|
* Make the aic7xxx sequencer assembler compile in the kernel's objectgibbs1997-09-031-6/+6
| | | | | | | directory. Rename (via repository copy) some files so that the potential for future conflicts is minimized. PR: conf/4363
OpenPOWER on IntegriCloud