diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-04-30 04:14:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-04-30 04:14:56 +0000 |
| commit | 1d2945d595b38851b12873d1327a2259bd0bf83e (patch) | |
| tree | 5241e108179f09b8e05a356d9fb9dc6a4d0948c5 | |
| parent | 6f9c571fe33252338cfbec0ce22ac951fdf80c26 (diff) | |
Notes
| -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 0fc487ec93bf..772ba0199e6b 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -881,7 +881,7 @@ fxp_detach(device_t dev) FXP_LOCK(sc); s = splimp(); - sc->suspend = 1; /* Do same thing as we do for suspend */ + sc->suspended = 1; /* Do same thing as we do for suspend */ /* * Close down routes etc. */ |
