Subject: Re: Supported CardBus 10/100 NICs?
To: None <current-users@netbsd.org>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 10/31/1999 23:16:27
On Sun Oct 31 20:39:05 1999, Jason Thorpe wrote:
> 
> On Sun, 31 Oct 1999 11:33:44 -0800 
>  Jonathan Stone <jonathan@DSG.Stanford.EDU> wrote:
> 
>  > What 10/00 NICs are supported? Do the Intel ones work yet?
>  > Is anyone working on support for D-link/Linksys or NetGear cards?
> 
> Yes, that's the primary reason I'm adding 21143 support to `tlp'.
> 
> The Intel ones apparently work, as so the 3Com ones.

Not mine, which is an "Intel RRO/100 Lan+Modem 56 Cardbus II" MBLA3456.

[..]
Texas Instruments PCI1220 PCI-CardBus Bridge (CardBus bridge, revision 0x02) at ? dev 10 function 1 (tag 0x80005100, intrtag 0x80005100, intrswiz 0, intrpin 0x2, i/o on, mem on, no quirks) (TI1220), chipflags 3
rbus_new_body: [2800, 3000] type dedicated name [rbus root]
rbus_new_body: [48000000, 50000000] type dedicated name [rbus root]
[..]
cbb0: interrupting at irq 11
cbb0: cacheline 0x0 lattimer 0x20
cbb0: bhlc 0x824000 lscp 0x20000000
cardslot0 at cbb0 slot 0 flags 0
cardslot0 attaching CardBus bus...
cardbus0 at cardslot0: bus 0 device 0 cacheline 0x0, lattimer 0x20
cardslotattach: found cardbus on cardslot0
cardbusmatch: busname differs pcmcia <=> cardbus
pcmcia0 at cardslot0
cardslotattach: found 16-bit pcmcia bus
cardslotattach: CardBus card found
cardslot_event_throw: an event CardBus Card inserted comes
cbb1: interrupting at irq 11
cbb1: cacheline 0x0 lattimer 0x20
cbb1: bhlc 0x824000 lscp 0x20000000
cardslot1 at cbb1 slot 1 flags 0
cardslot1 attaching CardBus bus...
cardbus1 at cardslot1: bus 0 device 0 cacheline 0x0, lattimer 0x20
cardslotattach: found cardbus on cardslot1
cardbusmatch: busname differs pcmcia <=> cardbus
pcmcia1 at cardslot1
cardslotattach: found 16-bit pcmcia bus
apm0 at mainbus0: Power Management spec V1.2
apm0: battery life expectancy: 100%
apm0: A/C state: on
apm0: battery charge state: high charging
biomask ef6d netmask ef6d ttymask ffef
IPsec: Initialized Security Association Processing.
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
cardbus_attach_card: cb0 start
cardbus_attach_card: Vendor 0x8086, Product 0x7190, CIS 0x0
cardbus0: reading CIS data from configuration space
WRONG TUPLE: 0x86
Intel 82443BX Host Bridge/Controller (host bridge, revision 0x03) at cardbus0 dev 0 function 0 not configured

Huh, the host bridge is connected to cardbus0?

According to a linux boot disk the manfid of the card is: 0x0089, 0x1103

It should be an i82559 card, at least Intel says that it is based on
that chip.

Yes, I know that this is a different id then the one we have in cardbusdevs.

Bernd