aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-04-19 23:32:49 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-04-19 23:32:49 +0000
commit3e425b968d4b5478e0e1edda78ca13e0e91fa7fe (patch)
treec74ebd0773f9113f68301b0820a6cf92e299233c /sys/conf/NOTES
parent9d66d1d696cc0606cb896c261846c9fddc0b867d (diff)
downloadsrc-3e425b968d4b5478e0e1edda78ca13e0e91fa7fe.tar.gz
src-3e425b968d4b5478e0e1edda78ca13e0e91fa7fe.zip
Add changes and code to implement a functional DEVFS.
This code will be turned on with the TWO options DEVFS and SLICE. (see LINT) Two labels PRE_DEVFS_SLICE and POST_DEVFS_SLICE will deliniate these changes. /dev will be automatically mounted by init (thanks phk) on bootup. See /sys/dev/slice/slice.4 for more info. All code should act the same without these options enabled. Mike Smith, Poul Henning Kamp, Soeren, and a few dozen others This code does not support the following: bad144 handling. Persistance. (My head is still hurting from the last time we discussed this) ATAPI flopies are not handled by the SLICE code yet. When this code is running, all major numbers are arbitrary and COULD be dynamically assigned. (this is not done, for POLA only) Minor numbers for disk slices ARE arbitray and dynamically assigned.
Notes
Notes: svn path=/head/; revision=35319
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 21bf3c4046c0..b41d6ac9dde9 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.424 1998/04/09 22:28:57 sos Exp $
+# $Id: LINT,v 1.425 1998/04/18 04:58:00 ahasty 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,8 +470,10 @@ 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
-# This DEVFS is experimental but seems to work
+# DEVFS and SLICE are experimental but seems to 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 fetch the two files