mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)
in fxp_stop(). Reference: http://www.freebsd.org/cgi/mid.cgi?id=7md718f0qo.wl@waterblue.imgsrc.co.jp Submitted by: Keiichi SHIMA <keiichi@iij.ad.jp>
This commit is contained in:
parent
85fa4c76e5
commit
470c78a6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1471,7 +1471,7 @@ fxp_stop(struct fxp_softc *sc)
|
|||
* Issue software reset, which also unloads the microcode.
|
||||
*/
|
||||
sc->flags &= ~FXP_FLAG_UCODE;
|
||||
CSR_WRITE_4(sc, FXP_CSR_PORT, FXP_PORT_SOFTWARE_RESET);
|
||||
CSR_WRITE_4(sc, FXP_CSR_PORT, FXP_PORT_SELECTIVE_RESET);
|
||||
DELAY(50);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue