summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym/sym_conf.h
diff options
context:
space:
mode:
authorgroudier <groudier@FreeBSD.org>2000-01-08 19:58:17 +0000
committergroudier <groudier@FreeBSD.org>2000-01-08 19:58:17 +0000
commit1b137030513b3a005f11b4cd195313b2d14b6446 (patch)
tree0d518bba0cc91b5838dfc0848a20d4ef11de90b2 /sys/dev/sym/sym_conf.h
parent8e2cc0f4fff1a414b4ea5a0d27d1a6eb8ba303ef (diff)
downloadFreeBSD-src-1b137030513b3a005f11b4cd195313b2d14b6446.zip
FreeBSD-src-1b137030513b3a005f11b4cd195313b2d14b6446.tar.gz
- Add year 2000 copyright to driver files.
- Set MAX_OFFS driver compile option to 63 (was 64 which is wrong). - Fix a typo in the SYMBIOS NVRAM layout structure and add field and bit definition for the support of PIM_NOBUSRESET. - Report to XPT PIM_NOBUSRESET and PIM_SCANHILO if set by user in NVRAM. - Negotiate SYNC immediately after WIDE response from the target as suggested by Justin Gibbs. - Remove some misleading comment about CmdQue handling by CAM. - Apply correctly the MAX_WIDE and MAX_OFFS driver options.
Diffstat (limited to 'sys/dev/sym/sym_conf.h')
-rw-r--r--sys/dev/sym/sym_conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_conf.h b/sys/dev/sym/sym_conf.h
index 4914f6f..a4fe7bc 100644
--- a/sys/dev/sym/sym_conf.h
+++ b/sys/dev/sym/sym_conf.h
@@ -2,7 +2,7 @@
* Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010
* PCI-SCSI controllers.
*
- * Copyright (C) 1999 Gerard Roudier <groudier@club-internet.fr>
+ * Copyright (C) 1999-2000 Gerard Roudier <groudier@club-internet.fr>
*
* This driver also supports the following Symbios/LSI PCI-SCSI chips:
* 53C810A, 53C825A, 53C860, 53C875, 53C876, 53C885, 53C895.
@@ -169,7 +169,7 @@
/*
* Max SCSI offset.
*/
-#define SYM_SETUP_MAX_OFFS (64)
+#define SYM_SETUP_MAX_OFFS (63)
/*
* Default number of tags.
OpenPOWER on IntegriCloud