diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-11 18:36:41 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-11 18:36:41 +0000 |
| commit | 458c32f2e8b852a33f20808445d2916edad54d52 (patch) | |
| tree | 65fcc8f67e897f64dedbdbbcd3c6a4967db48623 /sys/alpha | |
| parent | fa78c35ad267a8e7b3ad2f6901cfd22e25b924dd (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 8ebf11d5fe4e..4f4241197fdd 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -58,6 +58,8 @@ options NFSSERVER #Network Filesystem Server options NFS_ROOT #NFS usable as root device options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem +#XXX: N.B. - PROCFS IS REQUIRED FOR NOW BECAUSE CORE PTRACE CODE USES PIECES +#XXX: FROM IT. THIS WILL BE ADDRESSES SOONER OR LATER options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 8ebf11d5fe4e..4f4241197fdd 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -58,6 +58,8 @@ options NFSSERVER #Network Filesystem Server options NFS_ROOT #NFS usable as root device options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem +#XXX: N.B. - PROCFS IS REQUIRED FOR NOW BECAUSE CORE PTRACE CODE USES PIECES +#XXX: FROM IT. THIS WILL BE ADDRESSES SOONER OR LATER options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI |
