Using nonstandard ID'd AN985

I’m posting here cuz it ain’t DDK.

I’ve obtained a Cardbus 100bTX Card using ADMtek AN985
(Corega CB-TXL) URL:http://www.corega.co.jp/product/list/lanadp/fecbtxl.htm
but this thing has Vendor/Device ID different from standard AN985;
How do I make devn-tulip use this card?

enum-pci | grep 113

D356365 bus=pci ven=1113 dev=1216 class=02 subclass=00 progif=00 busnum=1 device=0 function=0 index=0 subven=1259 subsys=a10f ioport=fd00 mem=ffee0000 rom=ffec0000 irq=9 pin=A
d372749 bus=cardbus removal_id=1 ven=1113 dev=1216 class=0600 busnum=1 device=0 index=0

I tried “vid=” “did=” option for devn-tulip, but

io-net -d tulip verbose=3,chipset=985,vid=0x1113,did=0x1216

tulip CLI Arguments: chipset=985 verbose=3 multicast=true
tulip: Scanning from PCI index 0 to 10
tulip: scanning for Vendor=0x1317 Device=0x0985
tulip: scanning for Vendor=0x1317 Device=0x0981
unable to init dll devn-tulip: No such device

devn-tulip doesn’t use the specified Vendor/Device and just scans the
“standard” AN985 IDs.

Any further things I can do?
(besides whack the card open and re-program the EEPROM…)


Additionally sloginfo says

Feb 10 05:05:01 3 17 0 Range check failed (IO) - Dev 1216 - Vend 1113 - Class 20000 - Addr 0 - Size 100
Feb 10 05:05:01 3 17 0 Range check failed (MEM) - Dev 1216 - Vend 1113 - Class 20000 - Addr 0 - Size 400

Does this indicate this card won’t work even if devn-tulip scans ID correct?

kabe