From owner-freebsd-hackers Tue May 18 6:22:57 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from virtual-voodoo.com (steve.cioe.com [204.120.165.254]) by hub.freebsd.org (Postfix) with ESMTP id 3577614E39 for ; Tue, 18 May 1999 06:22:52 -0700 (PDT) (envelope-from steve@virtual-voodoo.com) Received: (from steve@localhost) by virtual-voodoo.com (8.9.3/8.9.3) id IAA00367 for freebsd-hackers@freebsd.org; Tue, 18 May 1999 08:22:52 -0500 (EST) (envelope-from steve) Date: Tue, 18 May 1999 08:22:52 -0500 (EST) From: Steven Ames Message-Id: <199905181322.IAA00367@virtual-voodoo.com> To: freebsd-hackers@freebsd.org Subject: ed driver probe changes? Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night I switched from 3.1-STABLE to 4.0-CURRENT. Everything went great except for one spot. I have two ethernet cards in this machine. Both use the 'ed' driver. One is PCI the other is ISA. In the 3.1 machine I had a line in the config that said: device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 So the 'isa' card would come up. The PCI card was always detected first and given ed1 (since ed0 was bound to ISA). Under the 4.0 kernel the PCI card is given ed0 and a message is displayed saying ed0 already in use giving next number. The isa card is _NEVER_ probed. I don't even get a message saying it was probed and not found. Is there any probe debugging I can turn on to get more verbose output? Does anyone have a solution for the above? I've tried disabling the pnp controller in the kernel and it has zero effect on anything. The same thing occurs (ie the PCI card gets assigned ed0 and the ISA card is never found). -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message