summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-04 11:12:20 +0000
committerdes <des@FreeBSD.org>2001-12-04 11:12:20 +0000
commit9d903750d784f5c8256b4d44aab60d6cbd36a89c (patch)
tree0e3c653fb13dd0994f5f73947a2bbbdf6f79b5a6 /sys
parentdefebc6748ca524ab5d1222be8c5e4e2ae2c5bd5 (diff)
downloadFreeBSD-src-9d903750d784f5c8256b4d44aab60d6cbd36a89c.zip
FreeBSD-src-9d903750d784f5c8256b4d44aab60d6cbd36a89c.tar.gz
PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/i386/conf/GENERIC3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b54c0a1..03a8c96 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -39,7 +39,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
-options PROCFS #Process filesystem
+options PROCFS #Process filesystem (requires PSEUDOFS)
+options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index b54c0a1..03a8c96 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -39,7 +39,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
-options PROCFS #Process filesystem
+options PROCFS #Process filesystem (requires PSEUDOFS)
+options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console
OpenPOWER on IntegriCloud