Hi,

This adds the PNP80f7 compat Id to 3c509.c, making it now autodetect my 
'3C509B EtherLink III'.

BTW, there is a problem there:

It has a card id of TCM5094 and a function id of PNP80f7, the cardid is
already there, but only probed as function id...

Anyway, I will let the dust settle on the ISAPNP module issue first before
fixing it ;)

Ciao, Marcus

Index: drivers/net/3c509.c
===================================================================
RCS file: /build/mm/work/repository/linux-mm/drivers/net/3c509.c,v
retrieving revision 1.17
diff -u -r1.17 3c509.c
--- drivers/net/3c509.c 2001/05/03 13:16:01     1.17
+++ drivers/net/3c509.c 2001/05/30 11:03:21
@@ -192,6 +191,9 @@
                ISAPNP_VENDOR('T', 'C', 'M'), ISAPNP_FUNCTION(0x5098),
                (long) "3Com Etherlink III (TPC)" },
        {       ISAPNP_ANY_ID, ISAPNP_ANY_ID,
+               ISAPNP_VENDOR('P', 'N', 'P'), ISAPNP_FUNCTION(0x80f7),
+               (long) "3Com Etherlink III compatible" },
+       {       ISAPNP_ANY_ID, ISAPNP_ANY_ID,
                ISAPNP_VENDOR('P', 'N', 'P'), ISAPNP_FUNCTION(0x80f8),
                (long) "3Com Etherlink III compatible" },
        { }     /* terminate list */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to