diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-04 11:48:16 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-04 11:48:16 +0000 |
| commit | 88905abc3e861d04a7826d4edd4db08db0e8bd2e (patch) | |
| tree | 3a8bd60d3d2bc766db916e94733542e096067d13 | |
| parent | 4cdff317aabfc01a9284ce18a0cae17db5170a26 (diff) | |
Notes
| -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 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 |
