--- zzzz-none-000/linux-2.4.17/drivers/net/setup.c 2001-07-04 21:41:33.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/net/setup.c 2004-11-24 13:23:37.000000000 +0000 @@ -21,6 +21,7 @@ extern int arcnet_init(void); extern int scc_enet_init(void); extern int fec_enet_init(void); +extern int fcc_enet_init(void); extern int dlci_setup(void); extern int sdla_setup(void); extern int sdla_c_setup(void); @@ -66,12 +67,15 @@ #if defined(CONFIG_ARCNET) {arcnet_init, 0}, #endif -#if defined(CONFIG_SCC_ENET) +#if defined(CONFIG_SCC_ENET) || defined(CONFIG_8260_SCC_ENET) {scc_enet_init, 0}, #endif #if defined(CONFIG_FEC_ENET) {fec_enet_init, 0}, #endif +#if defined(CONFIG_FCC_ENET) + {fcc_enet_init, 0}, +#endif #if defined(CONFIG_COMX) {comx_init, 0}, #endif