Subject: Re: Supported CardBus 10/100 NICs?
To: Bernd Ernesti <netbsd@arresum.inka.de>
From: Johan Danielsson <joda@pdc.kth.se>
List: current-users
Date: 11/01/1999 11:07:23
Bernd Ernesti <netbsd@arresum.inka.de> writes:

> cardbus_attach_card: Vendor 0x8086, Product 0x7190, CIS 0x0

Something here is broken (but you already figured that out). This is
not data from the card, but from a 440BX host controller.

Don't know why this happens, but you can try to change the start of
the memory window in
arch/i386/i386/rbus_machdep.c:rbus_pccbb_parent_mem to something
else. I have it set to 0x20000000 (half of the default).

/Johan