diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-24 05:32:58 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-24 05:32:58 +0000 |
| commit | 470c78a6ea058a3f9ecb7fd65b3a26f28ce0265f (patch) | |
| tree | c78ebcc43a7641716901219371edb6f015c22f9c /sys/dev | |
| parent | 85fa4c76e5cfe39a1fe58eb3758832eb3015f25f (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index cc1b59dc88fe..8cbd58bf918f 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -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); /* |
