From 458c32f2e8b852a33f20808445d2916edad54d52 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Thu, 11 Oct 2001 18:36:41 +0000 Subject: [PATCH] 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. --- sys/alpha/conf/GENERIC | 2 ++ sys/alpha/conf/NOTES | 2 ++ 2 files changed, 4 insertions(+) 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