summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-07 13:51:46 +0000
committerobrien <obrien@FreeBSD.org>1998-10-07 13:51:46 +0000
commit0d6146b8ef0fcb24eb0df404564ba9bae85d07d0 (patch)
tree719d6341039465780363e41a94a67cf6273da06e /sys/amd64/conf
parent56cd124a88361d6a10f9e0d833d7c7863a72ba47 (diff)
downloadFreeBSD-src-0d6146b8ef0fcb24eb0df404564ba9bae85d07d0.zip
FreeBSD-src-0d6146b8ef0fcb24eb0df404564ba9bae85d07d0.tar.gz
Fix syntax errors I introduced.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 8e6dd3e..d54d3b4 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.121 1998/10/05 07:45:54 obrien Exp $
+# $Id: GENERIC,v 1.122 1998/10/07 03:42:44 gibbs Exp $
machine "i386"
cpu "I386_CPU"
@@ -28,8 +28,8 @@ options FFS_ROOT #FFS usable as root device [keep this!]
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
-options CD9660 #ISO 9660 Filesystem
-options CD9660_ROOT #CD-ROM usable as root device, "CD9660" req'ed
+options "CD9660" #ISO 9660 Filesystem
+options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
OpenPOWER on IntegriCloud