Card ID error in kernel-2.6.15

Komuro komurojun-mbn at nifty.com
Sat Apr 1 04:55:00 EST 2006


Hello,

>   	PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega EtherII PCC-T", 0x5261440f, 0xfa9d85bd),
> ! 	PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega EtherII PCC-TD", 0xd4fdcbd8, 0xc49bd73d),
>   	PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega Ether PCC-T", 0x5261440f, 0x6705fcaa),
>   	PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega FastEther PCC-TX", 0x5261440f, 0x485e85d9),
>   	PCMCIA_DEVICE_PROD_ID12("Corega,K.K.", "Ethernet LAN Card", 0x110d26d9, 0x9fd2f0a2),
> 
> 
> 2. The above patch works for built-in driver, but not for moduled one.
> What is needed? Should the last two arguments in PCMCIA_DEVICE_PROD_ID12
> and pcnet_cs.mod.c be modified, too? In hope of being help, let me quote 
> the output of "pccardctl ident":

The correct ID for "corega EtherII PCC-TD" is 
PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega EtherII PCC-TD", 0x5261440f, 0xc49bd73d),

Corega K.K. =>   corega K.K.
0xd4fdcbd8  = >  0x5261440f

Good Luck!




More information about the linux-pcmcia mailing list