aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2002-08-09 20:54:06 +0000
committerSøren Schmidt <sos@FreeBSD.org>2002-08-09 20:54:06 +0000
commitfd4b4ecc738d0ec087fb11e1d58a054ebed27834 (patch)
tree297a0ff3fecfeb293a7a7ae5d22b8c0e5db874cd /sys/conf/options
parenta2c4d39d544810c60713850a23eb3d0aa9ac7c4f (diff)
downloadsrc-fd4b4ecc738d0ec087fb11e1d58a054ebed27834.tar.gz
src-fd4b4ecc738d0ec087fb11e1d58a054ebed27834.zip
Add the ability to use ATAPI devices via CAM.
The CAM<>ATAPI layer was submitted by "Thomas Quinot <thomas@cuivre.fr.eu.org>" changes form the version on the net by me (formatting, ability to be used alone without the ATAPI native device driver, proper speed reporting...) See /sys/conf/NOTES for usage. Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Notes
Notes: svn path=/head/; revision=101606
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options
index a289a41c39a9..8b86e3d10ffd 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -261,16 +261,17 @@ ISP_TARGET_MODE opt_isp.h
ISP_FW_CRASH_DUMP opt_isp.h
# Options used in the 'ata' ATA/ATAPI driver
-ACD_DEBUG opt_ata.h
-AST_DEBUG opt_ata.h
-ATAPI_DEBUG opt_ata.h
-ATA_DEBUG opt_ata.h
ATA_STATIC_ID opt_ata.h
ATA_NOPCI opt_ata.h
DEV_ATADISK opt_ata.h
DEV_ATAPICD opt_ata.h
DEV_ATAPIST opt_ata.h
DEV_ATAPIFD opt_ata.h
+DEV_ATAPICAM opt_ata.h
+ATA_DEBUG opt_ata.h
+ATAPI_DEBUG opt_ata.h
+ACD_DEBUG opt_ata.h
+AST_DEBUG opt_ata.h
# Net stuff.
ACCEPT_FILTER_DATA