From owner-freebsd-hackers Tue May 18 8: 8:22 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 5DCBF14FD2 for ; Tue, 18 May 1999 08:07:58 -0700 (PDT) (envelope-from steve@virtual-voodoo.com) Received: (from steve@localhost) by virtual-voodoo.com (8.9.3/8.9.3) id KAA00457 for freebsd-hackers@freebsd.org; Tue, 18 May 1999 10:07:46 -0500 (EST) (envelope-from steve) Date: Tue, 18 May 1999 10:07:46 -0500 (EST) From: Steven Ames Message-Id: <199905181507.KAA00457@virtual-voodoo.com> To: freebsd-hackers@freebsd.org Subject: ed0/probe problem in 4.0-CURRENT Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night switched from 3.1 to 4.0. Smooth transition. The only error I've seen is one of my ethernet cards is no longer detected. In the previous kernel (3.1-STABLE) I had the following config line: device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 When the system booted it would detect 'ed1' on the PCI bus and 'ed0' on the isa bus. All was good. Under 4.0 things changed. Now when the system boots the PCI card is assigned to 'ed0' and then a message is printed saying 'ed0' is already used, using next number. But my ISA card isn't probed. I switched the ISA card to 'ed1'. The 'already used' message stopped but my ISA card is still not detected. The PCI card is: ed0: irq 11 at device 15.0 on pci0 ed0: address 52:54:00:dc:08:ca, type NE2000 (16 bit) the ISA card is MIA. I don't even get a 'ed1 not found at' message. Can anyone point me in the right direction? Or tell me how to make the device probing more verbose? -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message