aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_tables.h
diff options
context:
space:
mode:
authorEric Moore <emoore@FreeBSD.org>2002-10-18 21:29:14 +0000
committerEric Moore <emoore@FreeBSD.org>2002-10-18 21:29:14 +0000
commit1a6b41467274b376a2b33380a59933ba1e2bb2fd (patch)
tree543c9d9de1e427dae274d7e5fe5e9624906f7c6f /sys/dev/amr/amr_tables.h
parent61eef6c2454b7226a3a2993dbfa4a80ea95a89d7 (diff)
downloadsrc-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/dev/amr/amr_tables.h')
-rw-r--r--sys/dev/amr/amr_tables.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/amr/amr_tables.h b/sys/dev/amr/amr_tables.h
index d6e9993ad1c6..f2ce1d370161 100644
--- a/sys/dev/amr/amr_tables.h
+++ b/sys/dev/amr/amr_tables.h
@@ -24,6 +24,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * 3. The party using or redistributing the source code and binary forms
+ * agrees to the above disclaimer and the terms and conditions set forth
+ * herein.
+ *
+ * Additional Copyright (c) 2002 by Eric Moore under same license.
+ * Additional Copyright (c) 2002 LSI Logic Corporation
+ *
* $FreeBSD$
*/