* [PATCH] Add IDs for 3C905B-TX Fast Etherlink XL PCI
@ 2009-08-05 14:11 Pascal Terjan
2009-08-05 14:41 ` Steffen Klassert
0 siblings, 1 reply; 3+ messages in thread
From: Pascal Terjan @ 2009-08-05 14:11 UTC (permalink / raw)
To: Steffen Klassert; +Cc: netdev, Pascal Terjan
We found this old card which was not supported, and physically
looks similar to the other 3C905B we have (9055).
After adding the IDs it seems to work fine (MII report, dhcp, scp, ...)
---
drivers/net/3c59x.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/net/3c59x.c b/drivers/net/3c59x.c
index c204168..4567588 100644
--- a/drivers/net/3c59x.c
+++ b/drivers/net/3c59x.c
@@ -235,6 +235,7 @@ enum vortex_chips {
CH_3C900B_FL,
CH_3C905_1,
CH_3C905_2,
+ CH_3C905B_TX,
CH_3C905B_1,
CH_3C905B_2,
@@ -307,6 +308,8 @@ static struct vortex_chip_info {
PCI_USES_MASTER, IS_BOOMERANG|HAS_MII|EEPROM_RESET, 64, },
{"3c905 Boomerang 100baseT4",
PCI_USES_MASTER, IS_BOOMERANG|HAS_MII|EEPROM_RESET, 64, },
+ {"3C905B-TX Fast Etherlink XL PCI",
+ PCI_USES_MASTER, IS_CYCLONE|HAS_NWAY|HAS_HWCKSM|EXTRA_PREAMBLE, 128, },
{"3c905B Cyclone 100baseTx",
PCI_USES_MASTER, IS_CYCLONE|HAS_NWAY|HAS_HWCKSM|EXTRA_PREAMBLE, 128, },
@@ -389,6 +392,7 @@ static struct pci_device_id vortex_pci_tbl[] = {
{ 0x10B7, 0x900A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C900B_FL },
{ 0x10B7, 0x9050, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905_1 },
{ 0x10B7, 0x9051, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905_2 },
+ { 0x10B7, 0x9054, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905B_TX },
{ 0x10B7, 0x9055, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905B_1 },
{ 0x10B7, 0x9058, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905B_2 },
--
1.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Add IDs for 3C905B-TX Fast Etherlink XL PCI
2009-08-05 14:11 [PATCH] Add IDs for 3C905B-TX Fast Etherlink XL PCI Pascal Terjan
@ 2009-08-05 14:41 ` Steffen Klassert
2009-08-06 3:24 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Steffen Klassert @ 2009-08-05 14:41 UTC (permalink / raw)
To: Pascal Terjan; +Cc: netdev
On Wed, Aug 05, 2009 at 04:11:39PM +0200, Pascal Terjan wrote:
> We found this old card which was not supported, and physically
> looks similar to the other 3C905B we have (9055).
>
> After adding the IDs it seems to work fine (MII report, dhcp, scp, ...)
The patch looks sane.
Btw. you should add a Signed-off-by line to your patches.
Acked-by: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add IDs for 3C905B-TX Fast Etherlink XL PCI
2009-08-05 14:41 ` Steffen Klassert
@ 2009-08-06 3:24 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2009-08-06 3:24 UTC (permalink / raw)
To: klassert; +Cc: pterjan, netdev
From: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
Date: Wed, 5 Aug 2009 16:41:00 +0200
> On Wed, Aug 05, 2009 at 04:11:39PM +0200, Pascal Terjan wrote:
>> We found this old card which was not supported, and physically
>> looks similar to the other 3C905B we have (9055).
>>
>> After adding the IDs it seems to work fine (MII report, dhcp, scp, ...)
>
> The patch looks sane.
> Btw. you should add a Signed-off-by line to your patches.
>
> Acked-by: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
Applied, and yes please provide a proper Signed-off-by tag
in your commit message next time.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-06 3:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 14:11 [PATCH] Add IDs for 3C905B-TX Fast Etherlink XL PCI Pascal Terjan
2009-08-05 14:41 ` Steffen Klassert
2009-08-06 3:24 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).