mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
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:
parent
c0bab11dfe
commit
992109b58e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35324
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# 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
|
# 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
|
# 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 "CD9660_ROOT" #CD-ROM usable as root device
|
||||||
options FFS_ROOT #FFS usable as root device
|
options FFS_ROOT #FFS usable as root device
|
||||||
options NFS_ROOT #NFS 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
|
# SLICE disables too much old code so enabling it in LINT would be bad
|
||||||
options DEVFS #devices filesystem
|
options DEVFS #devices filesystem
|
||||||
#options SLICE #devfs based disk handling
|
#options SLICE #devfs based disk handling
|
||||||
@ -1442,7 +1442,6 @@ options COMPAT_LINUX
|
|||||||
options CPU_UPGRADE_HW_CACHE
|
options CPU_UPGRADE_HW_CACHE
|
||||||
options DEBUG
|
options DEBUG
|
||||||
options "DEBUG_1284"
|
options "DEBUG_1284"
|
||||||
options DEVFS_ROOT
|
|
||||||
#options DISABLE_PSE
|
#options DISABLE_PSE
|
||||||
options "EXT2FS"
|
options "EXT2FS"
|
||||||
options "I586_PMC_GUPROF=0x70000"
|
options "I586_PMC_GUPROF=0x70000"
|
||||||
|
@ -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
|
# On the handling of kernel options
|
||||||
#
|
#
|
||||||
@ -40,7 +40,6 @@ DDB_UNATTENDED opt_ddb.h
|
|||||||
GDB_REMOTE_CHAT opt_ddb.h
|
GDB_REMOTE_CHAT opt_ddb.h
|
||||||
DEVFS
|
DEVFS
|
||||||
SLICE opt_devfs.h
|
SLICE opt_devfs.h
|
||||||
DEVFS_ROOT opt_devfs.h
|
|
||||||
FAILSAFE
|
FAILSAFE
|
||||||
HW_WDOG
|
HW_WDOG
|
||||||
KTRACE
|
KTRACE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# 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
|
# 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
|
# 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 "CD9660_ROOT" #CD-ROM usable as root device
|
||||||
options FFS_ROOT #FFS usable as root device
|
options FFS_ROOT #FFS usable as root device
|
||||||
options NFS_ROOT #NFS 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
|
# SLICE disables too much old code so enabling it in LINT would be bad
|
||||||
options DEVFS #devices filesystem
|
options DEVFS #devices filesystem
|
||||||
#options SLICE #devfs based disk handling
|
#options SLICE #devfs based disk handling
|
||||||
@ -1442,7 +1442,6 @@ options COMPAT_LINUX
|
|||||||
options CPU_UPGRADE_HW_CACHE
|
options CPU_UPGRADE_HW_CACHE
|
||||||
options DEBUG
|
options DEBUG
|
||||||
options "DEBUG_1284"
|
options "DEBUG_1284"
|
||||||
options DEVFS_ROOT
|
|
||||||
#options DISABLE_PSE
|
#options DISABLE_PSE
|
||||||
options "EXT2FS"
|
options "EXT2FS"
|
||||||
options "I586_PMC_GUPROF=0x70000"
|
options "I586_PMC_GUPROF=0x70000"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# 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
|
# 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
|
# 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 "CD9660_ROOT" #CD-ROM usable as root device
|
||||||
options FFS_ROOT #FFS usable as root device
|
options FFS_ROOT #FFS usable as root device
|
||||||
options NFS_ROOT #NFS 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
|
# SLICE disables too much old code so enabling it in LINT would be bad
|
||||||
options DEVFS #devices filesystem
|
options DEVFS #devices filesystem
|
||||||
#options SLICE #devfs based disk handling
|
#options SLICE #devfs based disk handling
|
||||||
@ -1442,7 +1442,6 @@ options COMPAT_LINUX
|
|||||||
options CPU_UPGRADE_HW_CACHE
|
options CPU_UPGRADE_HW_CACHE
|
||||||
options DEBUG
|
options DEBUG
|
||||||
options "DEBUG_1284"
|
options "DEBUG_1284"
|
||||||
options DEVFS_ROOT
|
|
||||||
#options DISABLE_PSE
|
#options DISABLE_PSE
|
||||||
options "EXT2FS"
|
options "EXT2FS"
|
||||||
options "I586_PMC_GUPROF=0x70000"
|
options "I586_PMC_GUPROF=0x70000"
|
||||||
|
Loading…
Reference in New Issue
Block a user