aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/options3
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a78f954797660..4eb2568f28b2d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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.461 1998/09/10 11:23:08 sos Exp $
+# $Id: LINT,v 1.462 1998/09/11 18:50:16 rvb 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
@@ -476,10 +476,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 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
# Allow the FFS to use Softupdates technology.
# To do this you need to copy the two files
diff --git a/sys/conf/options b/sys/conf/options
index 1edf4d20f69c2..8ae328e78599e 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.94 1998/08/31 18:37:19 sos Exp $
+# $Id: options,v 1.95 1998/09/11 18:50:15 rvb Exp $
#
# On the handling of kernel options
#
@@ -41,7 +41,6 @@ GDB_REMOTE_CHAT opt_ddb.h
DB_KLD_SYMBOLS opt_ddb.h
DB_ELF_SYMBOLS opt_ddb.h
DEVFS
-SLICE opt_devfs.h
FAILSAFE
HW_WDOG
KTRACE