diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2002-03-04 18:01:56 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2002-03-04 18:01:56 +0000 |
| commit | 2d0639e55d21e53d4107d687a5bbb6cd41c30e87 (patch) | |
| tree | b5d3de44672118403c8d8b5437ca94ebdf08598d | |
| parent | be256d70298da8210adfe4cfc3da63b11d3475c4 (diff) | |
Notes
| -rw-r--r-- | sys/ia64/conf/SKI | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index 7d6949a023d0..20ace1ed0405 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -43,7 +43,8 @@ options MD_ROOT #MD is a potential root device #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=2000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console |
