cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h
Jun Kuriyama
kuriyama at imgsrc.co.jp
Tue Apr 29 19:14:16 PDT 2003
Should this be like below?
Index: if_fxp.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/fxp/if_fxp.c,v
retrieving revision 1.177
diff -u -r1.177 if_fxp.c
--- if_fxp.c 30 Apr 2003 01:54:38 -0000 1.177
+++ if_fxp.c 30 Apr 2003 02:13:24 -0000
@@ -881,7 +881,7 @@
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.
*/
--
Jun Kuriyama <kuriyama at imgsrc.co.jp> // IMG SRC, Inc.
<kuriyama at FreeBSD.org> // FreeBSD Project
More information about the cvs-src
mailing list