Add GENERIC rev 1.124 changes

This commit is contained in:
David E. O'Brien 1998-10-10 09:25:12 +00:00
parent 322a4708b8
commit 32a023dc3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40168
3 changed files with 9 additions and 6 deletions

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.484 1998/10/07 03:42:44 gibbs Exp $
# $Id: LINT,v 1.485 1998/10/07 13:51:46 obrien 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
@ -491,6 +491,7 @@ device hfa0 #FORE PCA-200E ATM PCI
# One of these is mandatory:
options FFS #Fast filesystem
options MFS #Memory File System
options NFS #Network File System
# The rest are optional:
@ -498,7 +499,6 @@ options NFS #Network File System
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
options MSDOSFS #MS DOS File System
options NULLFS #NULL filesystem
options PORTAL #Portal filesystem
@ -508,6 +508,7 @@ options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options MFS_ROOT #MFS 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).
# Also, 'options MFS' is currently incompatible with DEVFS.

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.484 1998/10/07 03:42:44 gibbs Exp $
# $Id: LINT,v 1.485 1998/10/07 13:51:46 obrien 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
@ -491,6 +491,7 @@ device hfa0 #FORE PCA-200E ATM PCI
# One of these is mandatory:
options FFS #Fast filesystem
options MFS #Memory File System
options NFS #Network File System
# The rest are optional:
@ -498,7 +499,6 @@ options NFS #Network File System
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
options MSDOSFS #MS DOS File System
options NULLFS #NULL filesystem
options PORTAL #Portal filesystem
@ -508,6 +508,7 @@ options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options MFS_ROOT #MFS 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).
# Also, 'options MFS' is currently incompatible with DEVFS.

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.484 1998/10/07 03:42:44 gibbs Exp $
# $Id: LINT,v 1.485 1998/10/07 13:51:46 obrien 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
@ -491,6 +491,7 @@ device hfa0 #FORE PCA-200E ATM PCI
# One of these is mandatory:
options FFS #Fast filesystem
options MFS #Memory File System
options NFS #Network File System
# The rest are optional:
@ -498,7 +499,6 @@ options NFS #Network File System
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
options MSDOSFS #MS DOS File System
options NULLFS #NULL filesystem
options PORTAL #Portal filesystem
@ -508,6 +508,7 @@ options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options MFS_ROOT #MFS 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).
# Also, 'options MFS' is currently incompatible with DEVFS.