summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-30 04:14:56 +0000
committerimp <imp@FreeBSD.org>2003-04-30 04:14:56 +0000
commitd05cdb70bf8634e72be28f9927f365b8467fb53c (patch)
tree5241e108179f09b8e05a356d9fb9dc6a4d0948c5 /sys/dev/fxp
parent4d21db10c6c0d543ab3505e32c0e2b6172e7940b (diff)
downloadFreeBSD-src-d05cdb70bf8634e72be28f9927f365b8467fb53c.zip
FreeBSD-src-d05cdb70bf8634e72be28f9927f365b8467fb53c.tar.gz
Fix tpyo in last commit.
Noticed by: kuriyama-san
Diffstat (limited to 'sys/dev/fxp')
-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 0fc487e..772ba01 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.
*/
OpenPOWER on IntegriCloud