From owner-freebsd-stable Thu Jul 20 12: 2:12 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6787C37B5EC for ; Thu, 20 Jul 2000 12:02:08 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA99397; Thu, 20 Jul 2000 13:02:07 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA92695; Thu, 20 Jul 2000 13:02:03 -0600 (MDT) Message-Id: <200007201902.NAA92695@harmony.village.org> To: "Kevin Oberman" Subject: Re: Small problem in LINT on stable Cc: freebsd-stable@FreeBSD.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> Date: Thu, 20 Jul 2000 13:02:03 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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