--- zzzz-none-000/linux-2.4.17/drivers/pcmcia/yenta.c 2001-12-21 17:41:55.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/pcmcia/yenta.c 2004-11-24 13:23:44.000000000 +0000 @@ -783,6 +783,7 @@ #include "ti113x.h" #include "ricoh.h" +#include "nec.h" /* * Different cardbus controllers have slightly different @@ -815,7 +816,9 @@ { PD(RICOH,RL5C466), &ricoh_ops }, { PD(RICOH,RL5C475), &ricoh_ops }, { PD(RICOH,RL5C476), &ricoh_ops }, - { PD(RICOH,RL5C478), &ricoh_ops } + { PD(RICOH,RL5C478), &ricoh_ops }, + + { PD(NEC,VRC4173_CARDU), &nec_ops } }; #define NR_OVERRIDES (sizeof(cardbus_override)/sizeof(struct cardbus_override_struct))