Fix syntax errors I introduced.

This commit is contained in:
David E. O'Brien 1998-10-07 13:51:46 +00:00
parent 745f11adb6
commit abd931ff18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40037
5 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.483 1998/10/06 13:16:16 kato Exp $
# $Id: LINT,v 1.484 1998/10/07 03:42:44 gibbs Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -495,7 +495,7 @@ options NFS #Network File System
# The rest are optional:
# options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
@ -506,7 +506,7 @@ options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options CD9660_ROOT #CD-ROM usable as root device
options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options NFS_ROOT #NFS usable as root device
# This code is still experimental (e.g. doesn't handle disk slices well).

View File

@ -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

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.483 1998/10/06 13:16:16 kato Exp $
# $Id: LINT,v 1.484 1998/10/07 03:42:44 gibbs Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -495,7 +495,7 @@ options NFS #Network File System
# The rest are optional:
# options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
@ -506,7 +506,7 @@ options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options CD9660_ROOT #CD-ROM usable as root device
options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options NFS_ROOT #NFS usable as root device
# This code is still experimental (e.g. doesn't handle disk slices well).

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.483 1998/10/06 13:16:16 kato Exp $
# $Id: LINT,v 1.484 1998/10/07 03:42:44 gibbs Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -495,7 +495,7 @@ options NFS #Network File System
# The rest are optional:
# options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
@ -506,7 +506,7 @@ options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options CD9660_ROOT #CD-ROM usable as root device
options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options NFS_ROOT #NFS usable as root device
# This code is still experimental (e.g. doesn't handle disk slices well).