summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-01-10 02:45:51 +0000
committermjacob <mjacob@FreeBSD.org>1999-01-10 02:45:51 +0000
commitda7bad34215152ab7d22521544cd8950fceaa2d5 (patch)
tree527552ee94c9803b579d644f9d05231f150aba0c /sys
parentcd585d50b4ac13d04faee5c4f5597b323fa5195b (diff)
downloadFreeBSD-src-da7bad34215152ab7d22521544cd8950fceaa2d5.zip
FreeBSD-src-da7bad34215152ab7d22521544cd8950fceaa2d5.tar.gz
Amazingly stupid forgetfullness had me forgetting to turn on FIFO bursts
for the 1XX0 cards. That cost > 50% performance.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isp/isp_pci.c8
-rw-r--r--sys/pci/isp_pci.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index 3aa342e..84960d8 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -1,5 +1,5 @@
-/* $Id: $ */
-/* release_12_28_98_A */
+/* $Id: isp_pci.c,v 1.12 1998/12/28 19:24:23 mjacob Exp $ */
+/* release_12_28_98_A+ */
/*
* PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
* FreeBSD Version.
@@ -79,7 +79,7 @@ static struct ispmdvec mdvec = {
ISP_CODE_LENGTH,
ISP_CODE_ORG,
ISP_CODE_VERSION,
- BIU_BURST_ENABLE,
+ BIU_BURST_ENABLE|BIU_PCI_CONF1_FIFO_64,
0
};
@@ -96,7 +96,7 @@ static struct ispmdvec mdvec_2100 = {
ISP2100_CODE_LENGTH,
ISP2100_CODE_ORG,
ISP2100_CODE_VERSION,
- BIU_BURST_ENABLE,
+ 0, /* Irrelevant to the 2100 */
0
};
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index 3aa342e..84960d8 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -1,5 +1,5 @@
-/* $Id: $ */
-/* release_12_28_98_A */
+/* $Id: isp_pci.c,v 1.12 1998/12/28 19:24:23 mjacob Exp $ */
+/* release_12_28_98_A+ */
/*
* PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
* FreeBSD Version.
@@ -79,7 +79,7 @@ static struct ispmdvec mdvec = {
ISP_CODE_LENGTH,
ISP_CODE_ORG,
ISP_CODE_VERSION,
- BIU_BURST_ENABLE,
+ BIU_BURST_ENABLE|BIU_PCI_CONF1_FIFO_64,
0
};
@@ -96,7 +96,7 @@ static struct ispmdvec mdvec_2100 = {
ISP2100_CODE_LENGTH,
ISP2100_CODE_ORG,
ISP2100_CODE_VERSION,
- BIU_BURST_ENABLE,
+ 0, /* Irrelevant to the 2100 */
0
};
OpenPOWER on IntegriCloud