Date: Fri, 21 Jan 2000 23:19:21 +0000 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Matthew Jonkman <jonkman@bussert.com> Cc: freebsd-questions@freebsd.org Subject: Re: NE2000 Message-ID: <20000121231921.A978@strontium.scientia.demon.co.uk> In-Reply-To: <011d01bf644c$91f4e0e0$350a0a0a@bussert.com.Bussert> References: <011d01bf644c$91f4e0e0$350a0a0a@bussert.com.Bussert>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Jonkman wrote: > How do I get FreeBsd to recognize a NE2000 compatible card? use the ed(4) driver. The line to put in your kernel config would depend on whether it's ISA or PCI - the manual page explains it for ISA, for PCI you just need "device ed0 at pci?". Note that the PCI device will show up as ed1, not ed0 (mine do, anyway, I think there are ways around this but I don't see the point). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000121231921.A978>