summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-04 11:48:16 +0000
committerdes <des@FreeBSD.org>2001-12-04 11:48:16 +0000
commitd7018ca87ebf556fc58639275f16a9d828e8c6e6 (patch)
tree3a8bd60d3d2bc766db916e94733542e096067d13 /sys
parentde8206def1500e19123458de5ca1b1c51c951e76 (diff)
downloadFreeBSD-src-d7018ca87ebf556fc58639275f16a9d828e8c6e6.zip
FreeBSD-src-d7018ca87ebf556fc58639275f16a9d828e8c6e6.tar.gz
PROCFS requires PSEUDOFS.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index c0b123b..a94f11c 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -42,7 +42,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 EPSON_BOUNCEDMA #use bounce buufer for 15-16M
OpenPOWER on IntegriCloud