From owner-freebsd-stable Thu Jul 20 8:37:50 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 755DD37BD0F for ; Thu, 20 Jul 2000 08:37:41 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e6KFbdU16432 for ; Thu, 20 Jul 2000 08:37:39 -0700 (PDT) Message-Id: <200007201537.e6KFbdU16432@ptavv.es.net> To: freebsd-stable@freebsd.org Subject: Small problem in LINT on stable Date: Thu, 20 Jul 2000 08:37:39 -0700 From: "Kevin Oberman" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message