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
This commit is contained in:
Justin T. Gibbs 2004-08-22 13:54:27 +00:00
parent 45d0fdcda9
commit 4ddea3e2d4

View file

@ -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.