summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-04 11:17:30 +0000
committerdes <des@FreeBSD.org>2001-12-04 11:17:30 +0000
commit7810400c8f56f4d69702450f2907e8a59e3ca4a5 (patch)
tree6ed9402f1a5284ab43686219f4eebf3f6b55fba4 /sys
parent9d903750d784f5c8256b4d44aab60d6cbd36a89c (diff)
downloadFreeBSD-src-7810400c8f56f4d69702450f2907e8a59e3ca4a5.zip
FreeBSD-src-7810400c8f56f4d69702450f2907e8a59e3ca4a5.tar.gz
PROCFS requires PSEUDOFS.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/GENERIC3
-rw-r--r--sys/alpha/conf/NOTES3
-rw-r--r--sys/alpha/conf/SIMOS3
-rw-r--r--sys/i386/conf/NEWCARD3
-rw-r--r--sys/ia64/conf/GENERIC3
5 files changed, 10 insertions, 5 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 8dec006..e55b660 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -58,7 +58,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device
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/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 8dec006..e55b660 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -58,7 +58,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device
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/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS
index a72864c..c1cc835 100644
--- a/sys/alpha/conf/SIMOS
+++ b/sys/alpha/conf/SIMOS
@@ -27,7 +27,8 @@ options NFSSERVER #Network Filesystem Server
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options NFS_ROOT #NFS usable as root device
-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=100 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 717905c..4cce8ec 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -43,7 +43,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/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index ab90d85..9638906 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -43,7 +43,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device
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