Date: Sat, 21 Nov 1998 18:55:37 GMT From: efinley@efinley.com (Elliot Finley) To: Kris Kirby <kris@airnet.net> Cc: Fedor Gubarev <Fedor.Gubarev@itep.ru>, "P. Barmentlo" <pbm@barmentlo.net>, stable@FreeBSD.ORG Subject: Re: Realtek RTL8029 pci ethernet card.. Message-ID: <36580c52.94077031@mail.afnetinc.com> In-Reply-To: <3657014C.D8F091C9@airnet.net> References: <Pine.BSF.3.96.981121204234.6573C-100000@raven.itep.ru> <3657014C.D8F091C9@airnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 21 Nov 1998 12:07:08 -0600, you wrote: >Fedor Gubarev wrote: >> >> On Sat, 21 Nov 1998, P. Barmentlo wrote: >> >> > Hai.. >> > >> > I was wundering if the Realtek RTL8029 pci ethernet card is supported in >> > freebsd-stable. >> > >> > When i boot: >> > >> > pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a >> > irq 9 [no driver assigned] >> >> I used the same NIC some time ago, you need the "ed0" driver. Works good. >> See handbook for the details how to add it to your kernel..... >> >> Fed. >Let's cut to the chase; Add this to your kernel config file and rebuild: > >device ed0 at isa? disable port 0x280 net irq 5 iomem 0xd8000 vector >edintr > >That'll do ya. The NIC will come up as ed1, so be prepared. Actually, just put device ed0 in the kernel config file, since this is a pci card (see probe output above). It'll still come as ed1 though. -- Later Science (efinley@efinley.com) 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?36580c52.94077031>