diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-01-10 02:45:51 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-01-10 02:45:51 +0000 |
| commit | 285e230daf964256354bea83a862d4d617cb400a (patch) | |
| tree | 3597487b0488022b72f8267828b07425ca71bdbf /sys/dev | |
| parent | 81e7454a25572e82964b042b3c8e122799194799 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 3aa342e3580a..84960d8f1e2d 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 }; |
