From owner-cvs-all@FreeBSD.ORG Tue Aug 5 03:51:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D7A637B401; Tue, 5 Aug 2003 03:51:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA20943F85; Tue, 5 Aug 2003 03:51:34 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h75ApY0U015495; Tue, 5 Aug 2003 03:51:34 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h75ApYq0015494; Tue, 5 Aug 2003 03:51:34 -0700 (PDT) Message-Id: <200308051051.h75ApYq0015494@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 5 Aug 2003 03:51:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/en midway.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 10:51:35 -0000 harti 2003/08/05 03:51:34 PDT FreeBSD src repository Modified files: sys/dev/en midway.c Log: Move the clearing of the IFF_RUNNING flag into the reset routine. Otherwise the interface will report RUNNING to ifconfig after doing 'ifconfig down' although it isn't running anymore. Revision Changes Path 1.47 +2 -1 src/sys/dev/en/midway.c