diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-15 07:07:43 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-15 07:07:43 +0000 |
commit | a34b828b7ea31a89c2df97c4055d870a8156e396 (patch) | |
tree | 032b0acf9b7fea5f91197902baa68c7695189791 /sys/alpha/conf/GENERIC | |
parent | a3e3e4e458860bdb5dd475952cb33d5b302484ed (diff) | |
download | FreeBSD-src-a34b828b7ea31a89c2df97c4055d870a8156e396.zip FreeBSD-src-a34b828b7ea31a89c2df97c4055d870a8156e396.tar.gz |
Acutally our style is "options\x20\x09".
As BDE says: "options\x09\x09foo" looks quite different from
"options\x20\x09foo" after adding a one or two character prefix.
Notice by: BDE
Diffstat (limited to 'sys/alpha/conf/GENERIC')
-rw-r--r-- | sys/alpha/conf/GENERIC | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index c881a8f..1a18c6c 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -26,34 +26,34 @@ maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported -options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname -options DEC_EB164 # EB164, PC164, PC164LX, PC164SX -options DEC_EB64PLUS # EB64+, Aspen Alpine, etc -options DEC_2100_A50 # AlphaStation 200, 250, 255, 400 -options DEC_KN20AA # AlphaStation 500, 600 -options DEC_ST550 # Personal Workstation 433, 500, 600 -options DEC_ST6600 # xp1000, dp264, ds20, ds10, family -options DEC_3000_300 # DEC3000/300* Pelic* family -options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family - -options INET #InterNETworking -options FFS #Berkeley Fast Filesystem -options FFS_ROOT #FFS usable as root device [keep this!] -options MFS #Memory Filesystem -options MFS_ROOT #Memory Filesystem as rootfs -options NFS #Network Filesystem -options NFS_ROOT #NFS usable as root device -options MSDOSFS #MSDOS Filesystem -options CD9660 #ISO 9660 Filesystem -options CD9660_ROOT #CD-ROM usable as root device -options PROCFS #Process filesystem -options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] -options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device -options UCONSOLE #Allow users to grab the console -options KTRACE #ktrace(1) syscall trace support -options SYSVSHM #SYSV-style shared memory -options SYSVMSG #SYSV-style message queues -options SYSVSEM #SYSV-style semaphores +options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname +options DEC_EB164 # EB164, PC164, PC164LX, PC164SX +options DEC_EB64PLUS # EB64+, Aspen Alpine, etc +options DEC_2100_A50 # AlphaStation 200, 250, 255, 400 +options DEC_KN20AA # AlphaStation 500, 600 +options DEC_ST550 # Personal Workstation 433, 500, 600 +options DEC_ST6600 # xp1000, dp264, ds20, ds10, family +options DEC_3000_300 # DEC3000/300* Pelic* family +options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family + +options INET #InterNETworking +options FFS #Berkeley Fast Filesystem +options FFS_ROOT #FFS usable as root device [keep this!] +options MFS #Memory Filesystem +options MFS_ROOT #Memory Filesystem as rootfs +options NFS #Network Filesystem +options NFS_ROOT #NFS usable as root device +options MSDOSFS #MSDOS Filesystem +options CD9660 #ISO 9660 Filesystem +options CD9660_ROOT #CD-ROM usable as root device +options PROCFS #Process filesystem +options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] +options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device +options UCONSOLE #Allow users to grab the console +options KTRACE #ktrace(1) syscall trace support +options SYSVSHM #SYSV-style shared memory +options SYSVMSG #SYSV-style message queues +options SYSVSEM #SYSV-style semaphores # Standard busses controller isa0 |