summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1998-09-18 00:46:42 +0000
committermjacob <mjacob@FreeBSD.org>1998-09-18 00:46:42 +0000
commit4cc465448df7c96076c53511536521851b35c503 (patch)
tree95d12b309dc4f7d4076f366ff144da4a4351c54a /sys/alpha
parent0cf3eaddd68dfd9c67a82679cb4ffa11a8c011aa (diff)
downloadFreeBSD-src-4cc465448df7c96076c53511536521851b35c503.zip
FreeBSD-src-4cc465448df7c96076c53511536521851b35c503.tar.gz
(requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver
that had depended on it for compilation within or without CAM to use __FreeBSD_version instead).
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC3
-rw-r--r--sys/alpha/conf/NOTES3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 11a7053..21c1f97 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.5 1998/08/30 10:50:30 dfr Exp $
+# $Id: GENERIC,v 1.6 1998/09/16 08:22:09 dfr Exp $
machine "alpha"
cpu "EV4"
@@ -39,7 +39,6 @@ options NFS_ROOT #NFS usable as root device
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
-options SCSI_CAM #We're using CAM in this kernel
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 11a7053..21c1f97 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.5 1998/08/30 10:50:30 dfr Exp $
+# $Id: GENERIC,v 1.6 1998/09/16 08:22:09 dfr Exp $
machine "alpha"
cpu "EV4"
@@ -39,7 +39,6 @@ options NFS_ROOT #NFS usable as root device
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
-options SCSI_CAM #We're using CAM in this kernel
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
OpenPOWER on IntegriCloud