From owner-freebsd-questions Thu Aug 19 16:40:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 54FCB1526D for ; Thu, 19 Aug 1999 16:40:41 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from lithium.scientia.demon.co.uk ([192.168.0.3] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.024 #3) id 11HZqP-000DxE-00; Thu, 19 Aug 1999 22:35:33 +0100 Received: (from ben) by lithium.scientia.demon.co.uk (Exim 3.024 #3) id 11HZqP-0003fd-00; Thu, 19 Aug 1999 22:35:33 +0100 Date: Thu, 19 Aug 1999 22:35:32 +0100 From: Ben Smithurst To: Holger van Koll Cc: freebsd-questions@freebsd.org Subject: Re: ed1 insted of ed0... Message-ID: <19990819223532.D12658@lithium.scientia.demon.co.uk> References: <016601beea7f$e4f721a0$0a00a8c0@holler.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <016601beea7f$e4f721a0$0a00a8c0@holler.localdomain> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Holger van Koll wrote: > Problem: > At boot-time I get > ed1: 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