summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>2000-01-24 14:02:34 +0000
committerKATO Takenori <kato@FreeBSD.org>2000-01-24 14:02:34 +0000
commitfa7f776c1a8741ef0666ffb87462e0fcb92be7b7 (patch)
tree0b04831d441475bb786d773ba26fe1d006018915
parentcfa7b446216e1d2bbe5a7cfbfcd633296d31f0fa (diff)
Notes
-rw-r--r--sys/pc98/conf/GENERIC6
-rw-r--r--sys/pc98/conf/GENERIC986
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 1a253b1c458c..43dce4c08a27 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -37,10 +37,10 @@ options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
-options NFS_ROOT #NFS usable as root device, "NFS" req'ed
+options NFS_ROOT #NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
-options CD9660_ROOT #CD-ROM usable as root. "CD9660" req'ed
+options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
@@ -50,7 +50,7 @@ options UCONSOLE #Allow users to grab the console
#options LINE30
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
-options KTRACE #ktrace(1) syscall trace support
+options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 1a253b1c458c..43dce4c08a27 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -37,10 +37,10 @@ options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
-options NFS_ROOT #NFS usable as root device, "NFS" req'ed
+options NFS_ROOT #NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
-options CD9660_ROOT #CD-ROM usable as root. "CD9660" req'ed
+options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
@@ -50,7 +50,7 @@ options UCONSOLE #Allow users to grab the console
#options LINE30
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
-options KTRACE #ktrace(1) syscall trace support
+options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores