From d05cdb70bf8634e72be28f9927f365b8467fb53c Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 30 Apr 2003 04:14:56 +0000 Subject: Fix tpyo in last commit. Noticed by: kuriyama-san --- sys/dev/fxp/if_fxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/fxp/if_fxp.c') 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. */ -- cgit v1.1