Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2000 13:02:03 -0600
From:      Warner Losh <imp@village.org>
To:        "Kevin Oberman" <oberman@es.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Small problem in LINT on stable 
Message-ID:  <200007201902.NAA92695@harmony.village.org>
In-Reply-To: Your message of "Thu, 20 Jul 2000 08:37:39 PDT." <200007201537.e6KFbdU16432@ptavv.es.net> 
References:  <200007201537.e6KFbdU16432@ptavv.es.net>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200007201537.e6KFbdU16432@ptavv.es.net> "Kevin Oberman" writes:
: I believe that the LINT file needs a minor fix.
: 
: --- LINT.orig   Thu Jul 20 08:34:21 2000
: +++ LINT        Thu Jul 20 08:34:46 2000
: @@ -1306,7 +1306,7 @@
:  options        WLCACHE         # enables the signal-strength cache
:  options        WLDEBUG         # enables verbose debugging output
:  device wl0 at isa? port 0x300
: -device xe0 at isa?
: +device xe
: 
:  device oltr0 at isa?
: 
: Without this fix the interface will be created as xe1 instead of
: xe0. Not a biggy, but I thought I'd point it out. It maked the card
: configure faster, as well, as DHCP does ot try to deal with the
: non-existant xe0 when the card in inserted.

You are corerct.  The freeze date has passed.  dhcp should be using
$device which is right in newer versions of -current/-stable.

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007201902.NAA92695>