* PATCH: 3c509 PNP80f7 id
@ 2001-05-30 11:09 Marcus Meissner
2001-05-30 11:47 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Meissner @ 2001-05-30 11:09 UTC (permalink / raw)
To: Alan Cox, linux-kernel
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 */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH: 3c509 PNP80f7 id
2001-05-30 11:09 PATCH: 3c509 PNP80f7 id Marcus Meissner
@ 2001-05-30 11:47 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2001-05-30 11:47 UTC (permalink / raw)
To: Marcus Meissner; +Cc: Alan Cox, linux-kernel
In article <20010530130905.A29368@caldera.de> you wrote:
> 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 ;)
An option might be to use the proper isapnp_probe_devs() function instead
of hand-coded probing code...
Christoph
--
Of course it doesn't work. We've performed a software upgrade.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-05-30 11:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-30 11:09 PATCH: 3c509 PNP80f7 id Marcus Meissner
2001-05-30 11:47 ` Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.