summaryrefslogtreecommitdiffstats
path: root/sys/modules/amr
diff options
context:
space:
mode:
authoremoore <emoore@FreeBSD.org>2002-10-18 21:29:14 +0000
committeremoore <emoore@FreeBSD.org>2002-10-18 21:29:14 +0000
commitb9279f6877f2b6973359a4c2620abacf9fe78d21 (patch)
tree543c9d9de1e427dae274d7e5fe5e9624906f7c6f /sys/modules/amr
parentab9568ccbf846a052b4e3a0e94b346bfccd80d71 (diff)
downloadFreeBSD-src-b9279f6877f2b6973359a4c2620abacf9fe78d21.zip
FreeBSD-src-b9279f6877f2b6973359a4c2620abacf9fe78d21.tar.gz
(1) added LSI Logic copyright, and legal line 3 in license, and string
changes for "LSILogic" (2) enabled non-disk support through CAM interface (3) HA_INQ (a) enabled tagged queuing (b) disable reset during driver loading (b) renamed BSDi string to LSI (4) disabled detecting disk devices during SCSI INQUIRY (5) changed dcdb single element sglist to send one entire buffer chunk (6) nsgelem not set in sglist (7) ap_data_transfer_length not set for dcdb (8) changed "struct thread" to "d_thread_t" for compatibliity { xxx_open, xxx_close, xxx_ioctl } (9) miscellaneous compatiblity fixes (10) bug fix for 0x0409/0x1000 card (11) added compiling amr_cam.c in sys/conf/files (12) added compiling amr_cam.c in sys/modules/amr/Makefile Reviewed by:ps MFC after:1 week 1 week
Diffstat (limited to 'sys/modules/amr')
-rw-r--r--sys/modules/amr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile
index b014d27..53045c8 100644
--- a/sys/modules/amr/Makefile
+++ b/sys/modules/amr/Makefile
@@ -7,7 +7,7 @@ SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
# SCSI passthrough support for non-disk devices
#CFLAGS+= -DAMR_SCSI_PASSTHROUGH
-#SRCS+= amr_cam.c opt_cam.h opt_scsi.h
+SRCS+= amr_cam.c opt_cam.h opt_scsi.h
# Enable a questionable optimisation for newer adapters
#CFLAGS+= -DAMR_QUARTZ_GOFASTER
OpenPOWER on IntegriCloud