mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
45d0fdcda9
commit
4ddea3e2d4
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue