NIIBE Yutaka wrote: > This patch consists three parts: > (1) Undef USE_32_BIT when __sh__ (SuperH) is defined. > Maybe this should be config option. > (2) Don't assume IRQ2 means IRQ9, this is PC only semantics. > (3) Bug fix of !USE_32_BIT. It seems it's paren-mismatch typo. I forgot to append one more patch which support new chip ID: diff -ruNp v2.4.7/drivers/net/smc9194.h linux/drivers/net/smc9194.h --- v2.4.7/drivers/net/smc9194.h Wed Feb 14 06:15:05 2001 +++ linux/drivers/net/smc9194.h Wed May 9 16:39:36 2001 @@ -169,7 +169,8 @@ static const char * chip_ids[ 15 ] = { /* 5 */ "SMC91C95", NULL, /* 7 */ "SMC91C100", - NULL, NULL, NULL, NULL, + /* 8 */ "SMC91C100FD", + NULL, NULL, NULL, NULL, NULL, NULL}; /* -- - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org