mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix typo in r204978.
Pointed out by: marius
This commit is contained in:
parent
dff8e0b7cf
commit
fa8b4d63db
1 changed files with 1 additions and 1 deletions
|
|
@ -3181,7 +3181,7 @@ bge_reset(struct bge_softc *sc)
|
|||
write_op(sc, BGE_MISC_CFG, BGE_32BITTIME_66MHZ);
|
||||
/*
|
||||
* Disable PCI-X relaxed ordering to ensure status block update
|
||||
* comes first than packet buffer DMA. Otherwise driver may
|
||||
* comes first then packet buffer DMA. Otherwise driver may
|
||||
* read stale status block.
|
||||
*/
|
||||
if (sc->bge_flags & BGE_FLAG_PCIX) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue