diff options
author | des <des@FreeBSD.org> | 2001-12-04 11:48:16 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-04 11:48:16 +0000 |
commit | d7018ca87ebf556fc58639275f16a9d828e8c6e6 (patch) | |
tree | 3a8bd60d3d2bc766db916e94733542e096067d13 /sys/pc98 | |
parent | de8206def1500e19123458de5ca1b1c51c951e76 (diff) | |
download | FreeBSD-src-d7018ca87ebf556fc58639275f16a9d828e8c6e6.zip FreeBSD-src-d7018ca87ebf556fc58639275f16a9d828e8c6e6.tar.gz |
PROCFS requires PSEUDOFS.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 3 |
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 |