[Prism54-devel] PATCH: SMC2802W V2 card identifier string for islpci_dev.c
Karsten Richter
kasi@kasi-net.org
Mon, 26 Jan 2004 14:46:00 +0100
Hi,
me again ;-)
I just downloaded the latest CVS patch and discovered your new great
get_card_model function.
I added the following lines to display the 2802W identifier during
driver loading.
--- islpci_dev.c.old 2004-01-26 14:32:30.000000000 +0100
+++ islpci_dev.c 2004-01-26 14:27:30.000000000 +0100
@@ -818,6 +818,9 @@
case 0x2802UL:
*modelp = "SMC2802W";
break;
+ case 0xee03UL:
+ *modelp = "SMC2802W V2";
+ break;
case 0x2835UL:
*modelp = "SMC2835W";
break;
Regards
Karsten Richter (kasi@kasi-net.org)