From da7bad34215152ab7d22521544cd8950fceaa2d5 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sun, 10 Jan 1999 02:45:51 +0000 Subject: Amazingly stupid forgetfullness had me forgetting to turn on FIFO bursts for the 1XX0 cards. That cost > 50% performance. --- sys/dev/isp/isp_pci.c | 8 ++++---- sys/pci/isp_pci.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sys') 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 }; -- cgit v1.1