From owner-freebsd-questions Mon Mar 11 7:15:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nightmare.dreamchaser.org (pm7-2.blackfoot.net [12.32.36.65]) by hub.freebsd.org (Postfix) with ESMTP id 9620C37B404 for ; Mon, 11 Mar 2002 07:15:37 -0800 (PST) Received: from dreamchaser.org (imagination.dreamchaser.org. [12.32.36.74]) by nightmare.dreamchaser.org (8.9.3/8.9.3) with ESMTP id IAA02505 for ; Mon, 11 Mar 2002 08:15:56 -0700 (MST) (envelope-from garya@dreamchaser.org) Message-ID: <3C8CCA1E.916A7658@dreamchaser.org> Date: Mon, 11 Mar 2002 08:15:42 -0700 From: Gary Aitken X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en-US MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: kernel build conflict, eth0 and ed0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Grrr. I'm trying to build a kernel on a 4.1 system with both an eth0 (Emerging Technologies et5025) and ed0 (NE2000), both isa cards. The following lines are in my config file: device eth0 at isa? port 0x240 irq 5 iomem 0xd0000 device ed0 device ed0 at isa? port 0x300 irq 10 iomem 0xd8000 A couple of problems: I originally configured the ed0 on an NT system. However, the first boot ignored the ed0 spec, found the card, and appeared to configure it someplace else as ed1. This config put it at irq 5, which prevented the eth0 device from being found. So... 1. Is there a way to get the eth0 device to take before any of the ed device activity? 2. Do I need to manually reconfigure the ed device back at irq 10 on another system again if I want it to be on irq 10? Is there any way to force the boot process to configure it at the right place? I didn't think so, yet it appears to be placing it at some place on its own -- if I add lines for ed0 and ed1 devices, it puts the device as ed2 someplace. I've seen it use irq 9 and irq 5, so its not always at the same place, depending on what I've preempted, I think. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message