Date: Sun, 8 Aug 1999 02:46:26 +0200 From: Shaun Jurrens <shaun.jurrens@stud.uni-regensburg.de> To: Jim Cassata <jim@web-ex.com> Cc: freebsd-net@FreeBSD.ORG Subject: Re: ed0 or ed1? Message-ID: <19990808024626.B372@dakota.shamz.net> In-Reply-To: <Pine.BSF.4.10.9908021514090.49733-100000@homer.web-ex.com>; from Jim Cassata on Mon, Aug 02, 1999 at 03:14:23PM -0400 References: <XFMail.990803000701.chris@twilight.tpgi.com.au> <Pine.BSF.4.10.9908021514090.49733-100000@homer.web-ex.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 02, 1999 at 03:14:23PM -0400, Jim Cassata wrote: #> this is normal for PCI NE2000s #> #> On Tue, 3 Aug 1999, Chris Keladis wrote: #> #> > Hi, #> > #> > I am experiencing some rather odd results with my FreeBSD 3.2-STABLE box. #> > #> > For some reason my PCI RealTek (NE-2000 clone) network card is detecting as ed1 ^^^ Ahh, guys, the ed driver is a isa driver. Confer with the man page [man 4 ed] You should use the rl driver [rl0 in this case] #> > A sample dmesg output: #> > #> > ed1: <NE2000 PCI Ethernet (RealTek 8029)> rev 0x00 int a irq 10 on pci0.11.0 #> > ed1: address 00:00:01:00:a6:f7, type NE2000 (16 bit) #> > Still, I find it interesting that it finds a card on the pci bus... #> > #> > And in the kernel config file, i've specified: #> > #> > device ed0 Should be: device rl0 #> > #> > ---------------------------------- #> > Chris Keladis #> > TPG Internet System Administrator (???-couldn't resist) #> > --<snip>-- 1. Don't forget to read (really read on a long xterm) LINT 2. man -k/apropos will help you find more on the driver. 3. man [section]/-a will bring up the page(s) 4. the RealTek card is pretty low budget (I know, I own three) -- Yours truly, Shaun D. Jurrens 0860 Oslo (new) (hopefully soon: shaun@shamz.net) IRCnick: shamz #chillout #unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990808024626.B372>