Add GENERIC rev 1.124 changes
This commit is contained in:
parent
322a4708b8
commit
32a023dc3f
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user