summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2006-02-05 05:06:04 +0000
committerkensmith <kensmith@FreeBSD.org>2006-02-05 05:06:04 +0000
commit92ff892e7eeeab9ce724e73e4df0291e728d8e45 (patch)
tree16d2f137f9046d2137325338bf4ece5dd3df28e4
parentdf4109839c701a6295c8193144c872aba6de985a (diff)
downloadFreeBSD-src-92ff892e7eeeab9ce724e73e4df0291e728d8e45.zip
FreeBSD-src-92ff892e7eeeab9ce724e73e4df0291e728d8e45.tar.gz
Move asr driver from global NOTES to i386-specific NOTES. Requestor
reports it is neither endian-clean or 64-bit clean. :-) Requested by: scottl
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/NOTES6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 88b0a2a..118bc26 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1478,12 +1478,6 @@ options ISP_TARGET_MODE=1
#options SYM_SETUP_MAX_LUN #-Number of LUNs supported
# default:8, range:[1..64]
-# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID
-# controllers (SmartRAID V and VI and later).
-# These controllers require the CAM infrastructure.
-#
-device asr
-
# The 'dpt' driver provides support for old DPT controllers (http://www.dpt.com/).
# These have hardware RAID-{0,1,5} support, and do multi-initiator I/O.
# The DPT controllers are commonly re-licensed under other brand-names -
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index adaedc3..099c390 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -631,6 +631,12 @@ hint.stg.0.port="11"
device aac
device aacp # SCSI Passthrough interface (optional, CAM required)
+# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID
+# controllers (SmartRAID V and VI and later).
+# These controllers require the CAM infrastructure.
+#
+device asr
+
#
# Highpoint RocketRAID 182x. This is really just software RAID on a
# Marvell SATA chip.
OpenPOWER on IntegriCloud