Date: Thu, 20 Jul 2000 08:37:39 -0700 From: "Kevin Oberman" <oberman@es.net> To: freebsd-stable@freebsd.org Subject: Small problem in LINT on stable Message-ID: <200007201537.e6KFbdU16432@ptavv.es.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007201537.e6KFbdU16432>