From owner-cvs-src@FreeBSD.ORG Tue Apr 29 19:14:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F2537B401; Tue, 29 Apr 2003 19:14:15 -0700 (PDT) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC7A243FAF; Tue, 29 Apr 2003 19:14:14 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 930A124D05; Wed, 30 Apr 2003 11:14:13 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 1A8F524D02; Wed, 30 Apr 2003 11:14:11 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id C98EC1E46E2; Wed, 30 Apr 2003 11:14:10 +0900 (JST) Date: Wed, 30 Apr 2003 11:14:10 +0900 Message-ID: <7made8hgul.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Warner Losh In-Reply-To: <200304300154.h3U1sdLO085077@repoman.freebsd.org> References: <200304300154.h3U1sdLO085077@repoman.freebsd.org> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 02:14:16 -0000 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 // IMG SRC, Inc. // FreeBSD Project