Re: strange ne2000ish card on A1200

"Karoly Balogh (Charlie/SGR)" <[email protected]> Fri, 27 Mar 2020 11:16:12 +0100 (CET)
Newsgroups gmane.os.netbsd.ports.amiga
Message-ID <[email protected]>
Hi,

On Fri, 27 Mar 2020, [email protected] wrote:

> Ah, I see (after reading sys/dev/ic/ne2000.c). I'd guess it's a
> AX88190 variant, like the EDIMAX EP4101 which has the same product
> ID of 0x1090,
> (...)
> in your patched if_ne_pcmcia.c to
>
>     { PCMCIA_VENDOR_INVALID, 0x1090,
>       { "PCMCIA", "Fast-Ethernet", NULL, NULL},
>       0, -1, { 0x00, 0x40, 0xf4 }, NE2000DVF_AX88190},

Ok, in this case, it seems to be detected, but the displayed MAC address
is ff:ff:ff:ff:ff:ff, and when dhcpcd starts, I start to get "ne0: device
timeout" messages in the console.

> If that fails, you can guess NE2000DVF_DL10019.

Tried this one too, in this case I get

ne0: can't match ethernet vendor code

instead of

ne0: where did the card go?

Everything else is the same like when the value in the descriptor was "0".

Thanks for your help in fighting this. I wonder what else might be needed.

Charlie