summaryrefslogtreecommitdiffstats
path: root/sys/alpha
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/alpha
parent9d903750d784f5c8256b4d44aab60d6cbd36a89c (diff)
downloadFreeBSD-src-7810400c8f56f4d69702450f2907e8a59e3ca4a5.zip
FreeBSD-src-7810400c8f56f4d69702450f2907e8a59e3ca4a5.tar.gz
PROCFS requires PSEUDOFS.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC3
-rw-r--r--sys/alpha/conf/NOTES3
-rw-r--r--sys/alpha/conf/SIMOS3
3 files changed, 6 insertions, 3 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
OpenPOWER on IntegriCloud