From 4ddea3e2d44d2542bee2e61fbeed13a329e01e91 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Sun, 22 Aug 2004 13:54:27 +0000 Subject: [PATCH] Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not the feature field. Reported by: Ken Westerback MFC in: 2 days --- sys/dev/aic7xxx/aic79xx_pci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index 3fdfd924a9f..6f917b90da2 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.