Date: Thu, 19 Aug 1999 22:35:32 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Holger van Koll <Holger@vanKoll.de> Cc: freebsd-questions@freebsd.org Subject: Re: ed1 insted of ed0... Message-ID: <19990819223532.D12658@lithium.scientia.demon.co.uk> In-Reply-To: <016601beea7f$e4f721a0$0a00a8c0@holler.localdomain> References: <016601beea7f$e4f721a0$0a00a8c0@holler.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
Holger van Koll wrote: > Problem: > At boot-time I get > ed1: <NE2000 PCI Ethernet (RealTek 8029)> rev 0x00 int a irq 3 on pci0.9.0 > ed1: address 00:40:05:65:15:5b, type NE2000 (16 bit) > > Fine so far, but why is ed1 instead of ed0 assigned? Someone asked this a while back. The explanation given was that PCI cards are probed before ISA cards, so ed0 is reserved for an ISA card which might be found by the ed driver. > If I add > device ed0 at isa port 0xb000 net irq 11 iomem 0xd8000 > to my kernel-config That is unnecessary. Just use `device ed0 at pci?' for a PCI card. Apparantly using `device ed? at pci?' will make it show up as ed0, but I'm not bothered, ed1 is fine for me. > What is going on here? How can I tell the kernel to assign ed0 ? Why do you want it to? Are there problems with using ed1? -- 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?19990819223532.D12658>