summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-04-30 04:14:56 +0000
committerWarner Losh <imp@FreeBSD.org>2003-04-30 04:14:56 +0000
commit1d2945d595b38851b12873d1327a2259bd0bf83e (patch)
tree5241e108179f09b8e05a356d9fb9dc6a4d0948c5
parent6f9c571fe33252338cfbec0ce22ac951fdf80c26 (diff)
Notes
-rw-r--r--sys/dev/fxp/if_fxp.c2
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.
*/