summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2004-08-22 13:54:27 +0000
committergibbs <gibbs@FreeBSD.org>2004-08-22 13:54:27 +0000
commit07ab4a1b955cbdd07dee19ce56ca6cb53ab443d9 (patch)
treec8320b3347e867cb27fe8a3cb96d3992ea30a22d /sys/dev/aic7xxx
parent9c58beacac1d082d26f11f8bcb12aa8a70effd3b (diff)
downloadFreeBSD-src-07ab4a1b955cbdd07dee19ce56ca6cb53ab443d9.zip
FreeBSD-src-07ab4a1b955cbdd07dee19ce56ca6cb53ab443d9.tar.gz
Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not the
feature field. Reported by: Ken Westerback <krw@openbsd.org> MFC in: 2 days
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic79xx_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c
index 3fdfd92..6f917b9 100644
--- a/sys/dev/aic7xxx/aic79xx_pci.c
+++ b/sys/dev/aic7xxx/aic79xx_pci.c
@@ -996,9 +996,9 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
u_int devconfig1;
ahd->features |= AHD_RTI|AHD_NEW_IOCELL_OPTS
- | AHD_NEW_DFCNTRL_OPTS|AHD_FAST_CDB_DELIVERY
- | AHD_BUSFREEREV_BUG;
- ahd->bugs |= AHD_LQOOVERRUN_BUG|AHD_EARLY_REQ_BUG;
+ | AHD_NEW_DFCNTRL_OPTS|AHD_FAST_CDB_DELIVERY;
+ ahd->bugs |= AHD_LQOOVERRUN_BUG|AHD_EARLY_REQ_BUG
+ | AHD_BUSFREEREV_BUG;
/*
* Some issues have been resolved in the 7901B.
OpenPOWER on IntegriCloud