diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2018-01-31 07:37:33 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2018-01-31 07:37:33 +0000 |
| commit | cadf7a004acbaf71194083015a2338095a39f8d7 (patch) | |
| tree | c7377e0f79ad73ed97d448c28e0fd554ea05192e /sys/dev/etherswitch/arswitch | |
| parent | 2c6ceccadeea768efd08c4d85466c76a4f9ec574 (diff) | |
Notes
Diffstat (limited to 'sys/dev/etherswitch/arswitch')
| -rw-r--r-- | sys/dev/etherswitch/arswitch/arswitch_8327.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/arswitch/arswitch_8327.c b/sys/dev/etherswitch/arswitch/arswitch_8327.c index 64f7a3b32e3f..3738aaec3d6f 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8327.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8327.c @@ -1054,7 +1054,7 @@ ar8327_atu_flush(struct arswitch_softc *sc) if (!ret) arswitch_writereg(sc->sc_dev, AR8327_REG_ATU_FUNC, - AR8327_ATU_FUNC_OP_FLUSH); + AR8327_ATU_FUNC_OP_FLUSH | AR8327_ATU_FUNC_BUSY); return (ret); } |
