summaryrefslogtreecommitdiffstats
path: root/sys/alpha/conf
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-10-11 18:36:41 +0000
committermjacob <mjacob@FreeBSD.org>2001-10-11 18:36:41 +0000
commitf53afa40b96a1b1f3e552af832335843f86b2aae (patch)
tree65fcc8f67e897f64dedbdbbcd3c6a4967db48623 /sys/alpha/conf
parent4889b400c9a6fb5485281c87c5b543f5d1d78791 (diff)
downloadFreeBSD-src-f53afa40b96a1b1f3e552af832335843f86b2aae.zip
FreeBSD-src-f53afa40b96a1b1f3e552af832335843f86b2aae.tar.gz
Note that PROCFS is mandatory at this time- until we fix the
ptrace code to not call things directly from procfs we can't very well have procfs be a module.
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/alpha/conf/NOTES2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 8ebf11d..4f42411 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 8ebf11d..4f42411 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
OpenPOWER on IntegriCloud