Get rid of DEVFS_ROOT

it no longer has any effect.

SLICE is in some ways a replacement but is destined to also go away.
This commit is contained in:
Julian Elischer 1998-04-20 04:30:47 +00:00
parent c0bab11dfe
commit 992109b58e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35324
4 changed files with 7 additions and 11 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.425 1998/04/18 04:58:00 ahasty Exp $
# $Id: LINT,v 1.426 1998/04/19 23:31:25 julian 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
@ -470,7 +470,7 @@ options UNION #Union filesystem
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
# DEVFS and SLICE are experimental but seems to work.
# DEVFS and SLICE are experimental but work.
# SLICE disables too much old code so enabling it in LINT would be bad
options DEVFS #devices filesystem
#options SLICE #devfs based disk handling
@ -1442,7 +1442,6 @@ options COMPAT_LINUX
options CPU_UPGRADE_HW_CACHE
options DEBUG
options "DEBUG_1284"
options DEVFS_ROOT
#options DISABLE_PSE
options "EXT2FS"
options "I586_PMC_GUPROF=0x70000"

View File

@ -1,4 +1,4 @@
# $Id: options,v 1.70 1998/03/28 11:49:16 dufault Exp $
# $Id: options,v 1.71 1998/04/20 03:57:21 julian Exp $
#
# On the handling of kernel options
#
@ -40,7 +40,6 @@ DDB_UNATTENDED opt_ddb.h
GDB_REMOTE_CHAT opt_ddb.h
DEVFS
SLICE opt_devfs.h
DEVFS_ROOT opt_devfs.h
FAILSAFE
HW_WDOG
KTRACE

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.425 1998/04/18 04:58:00 ahasty Exp $
# $Id: LINT,v 1.426 1998/04/19 23:31:25 julian 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
@ -470,7 +470,7 @@ options UNION #Union filesystem
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
# DEVFS and SLICE are experimental but seems to work.
# DEVFS and SLICE are experimental but work.
# SLICE disables too much old code so enabling it in LINT would be bad
options DEVFS #devices filesystem
#options SLICE #devfs based disk handling
@ -1442,7 +1442,6 @@ options COMPAT_LINUX
options CPU_UPGRADE_HW_CACHE
options DEBUG
options "DEBUG_1284"
options DEVFS_ROOT
#options DISABLE_PSE
options "EXT2FS"
options "I586_PMC_GUPROF=0x70000"

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.425 1998/04/18 04:58:00 ahasty Exp $
# $Id: LINT,v 1.426 1998/04/19 23:31:25 julian 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
@ -470,7 +470,7 @@ options UNION #Union filesystem
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
# DEVFS and SLICE are experimental but seems to work.
# DEVFS and SLICE are experimental but work.
# SLICE disables too much old code so enabling it in LINT would be bad
options DEVFS #devices filesystem
#options SLICE #devfs based disk handling
@ -1442,7 +1442,6 @@ options COMPAT_LINUX
options CPU_UPGRADE_HW_CACHE
options DEBUG
options "DEBUG_1284"
options DEVFS_ROOT
#options DISABLE_PSE
options "EXT2FS"
options "I586_PMC_GUPROF=0x70000"