On Thu, 21 Oct 1999, Peter S. Housel wrote:
> I've been having problems with -current not recognizing my RealTek
> 8029-based PCI Ethernet card. It worked fine in my previous machine
> running -current from July, but neither the late September snapshot
> that I installed on the new machine nor the cvsup version from about a
> week ago can configure the card. The pciconf and dmesg output are
> shown below:
Can you add debuging output to if_ed_pci.c:ed_pci_attach() so we can find
out what is failing?
> ed0: <NE2000 PCI Ethernet (RealTek 8029)> irq 9 at device 17.0 on pci0
> device_probe_and_attach: ed0 attach returned 2
The only thing that I can see that returns error 2 (ENOENT) is in the
various ed_alloc_foo() calls.
I suspect that for some reason the driver isn't able to allocate the
IOPORT.
Please check to make sure that 'PnP OS' is set to 'No' in your BIOS.
Thanks.
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |
| [EMAIL PROTECTED] | 2 x '84 Volvo 245DL | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever |
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message