From 88905abc3e861d04a7826d4edd4db08db0e8bd2e Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Tue, 4 Dec 2001 11:48:16 +0000 Subject: PROCFS requires PSEUDOFS. --- sys/pc98/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index c0b123b0d1c7d..a94f11c6f0125 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 -- cgit v1.3