From owner-freebsd-current@FreeBSD.ORG Sat Aug 9 06:08:38 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294DF37B404 for ; Sat, 9 Aug 2003 06:08:38 -0700 (PDT) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B2E43F93 for ; Sat, 9 Aug 2003 06:08:36 -0700 (PDT) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.9/8.12.9) with ESMTP id h79D8Y3q051940; Sat, 9 Aug 2003 09:08:34 -0400 (EDT) (envelope-from winter@jurai.net) Date: Sat, 9 Aug 2003 09:08:34 -0400 (EDT) From: "Matthew N. Dodd" To: Martin Blapp In-Reply-To: <20030809144556.E49451@cvs.imp.ch> Message-ID: <20030809090403.N87665@sasami.jurai.net> References: <20030809072050.GA7547@crodrigues.org> <20030809122637.D49451@cvs.imp.ch><20030809143707.A49451@cvs.imp.ch> <20030809144556.E49451@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Craig Rodrigues cc: freebsd-current@freebsd.org Subject: Re: dhclient problem with xl0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 13:08:38 -0000 On Sat, 9 Aug 2003, Martin Blapp wrote: > Isn't there a way to see that the card doesn't support reporting > media status ? If the card does report this, I could add code > to dhclient and all would be fine. Yes; check the media status word for IFM_AVALID. (whitespace damaged) %%% --- dhclient.c 28 Jul 2003 13:25:04 -0000 1.27 +++ dhclient.c 9 Aug 2003 13:07:16 -0000 @@ -3221,13 +3221,11 @@ if (ifmr.ifm_status & IFM_ACTIVE) return (1); } + return (0); } - return (0); -#else /* ifdef __FreeBSD__ */ - - return (1); #endif /* Other OSs */ + return (1); } #ifdef __FreeBSD__ %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever |