summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-04-27 01:31:17 +0000
committerscottl <scottl@FreeBSD.org>2002-04-27 01:31:17 +0000
commitcab9acb79f15bb61027a5f66c3ab61888bbe2662 (patch)
treebdea749e92ba01846ba22df8336f58cd8bcc51f7 /sys/amd64
parent968e9b32d8f8dc040d229b3e42dfdab24deb5905 (diff)
downloadFreeBSD-src-cab9acb79f15bb61027a5f66c3ab61888bbe2662.zip
FreeBSD-src-cab9acb79f15bb61027a5f66c3ab61888bbe2662.tar.gz
Add a CAM interface to the aac driver. This is useful in case you should
ever connect a SCSI Cdrom/Tape/Jukebox/Scanner/Printer/kitty-litter-scooper to your high-end RAID controller. The interface to the arrays is still via the block interface; this merely provides a way to circumvent the RAID functionality and access the SCSI buses directly. Note that for somewhat obvious reasons, hard drives are not exposed to the da driver through this interface, though you can still talk to them via the pass driver. Be the first on your block to low-level format unsuspecting drives that are part of an array! To enable this, add the 'aacp' device to your kernel config. MFC after: 3 days
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6a2eafd..15a2b17 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -115,6 +115,7 @@ device ses # SCSI Environmental Services (and SAF-TE)
# RAID controllers
device aac # Adaptec FSA RAID
+device aacp # SCSI passthrough for aac (requires CAM)
device amr # AMI MegaRAID
device ida # Compaq Smart RAID
device mlx # Mylex DAC960 family
OpenPOWER on IntegriCloud