diff options
author | Eric Moore <emoore@FreeBSD.org> | 2002-10-18 21:29:14 +0000 |
---|---|---|
committer | Eric Moore <emoore@FreeBSD.org> | 2002-10-18 21:29:14 +0000 |
commit | 1a6b41467274b376a2b33380a59933ba1e2bb2fd (patch) | |
tree | 543c9d9de1e427dae274d7e5fe5e9624906f7c6f /sys/modules/amr/Makefile | |
parent | 61eef6c2454b7226a3a2993dbfa4a80ea95a89d7 (diff) | |
download | src-1a6b41467274b376a2b33380a59933ba1e2bb2fd.tar.gz src-1a6b41467274b376a2b33380a59933ba1e2bb2fd.zip |
(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
Notes
Notes:
svn path=/head/; revision=105419
Diffstat (limited to 'sys/modules/amr/Makefile')
-rw-r--r-- | sys/modules/amr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile index b014d27343dc..53045c8bb2ce 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 |