Date: Wed, 30 Apr 2003 11:14:10 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Warner Losh <imp@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h Message-ID: <7made8hgul.wl@black.imgsrc.co.jp> In-Reply-To: <200304300154.h3U1sdLO085077@repoman.freebsd.org> References: <200304300154.h3U1sdLO085077@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@imgsrc.co.jp> // IMG SRC, Inc.
<kuriyama@FreeBSD.org> // FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7made8hgul.wl>
