2010-01-19 18:03:07

by Ron Murray

[permalink] [raw]
Subject: [PATCH] Please add support for Microsoft MN-120 PCMCIA network card

Please add support for Microsoft MN-120 PCMCIA network card. It's an
old card, I know, but adding support is very easy. You just need to
get tulip_core.c to recognise its vendor/device ID.

Patch for kernel 2.6.32.4 (and many previous) attached.

.....Ron Murray


--- linux-2.6.32.4/drivers/net/tulip/tulip_core.c 2010-01-18 13:23:35.000000000 -0500
+++ linux-2.6.32.4/drivers/net/tulip/tulip_core.c.new 2010-01-19 12:37:43.262483584 -0500
@@ -243,6 +243,7 @@ static struct pci_device_id tulip_pci_tb
{ 0x17B3, 0xAB08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
{ 0x10b7, 0x9300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* 3Com 3CSOHO100B-TX */
{ 0x14ea, 0xab08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* Planex FNW-3602-TX */
+ { 0x1414, 0x0001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* Microsoft MN-120 */
{ 0x1414, 0x0002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
{ } /* terminate list */
};


Signed-off-by: Ron Murray <[email protected]>



--
Ron Murray ([email protected])
http://www.rjmx.net/~ron
GPG Public Key Fingerprint:
0ED0 C1D1 615C FCCE 7424 9B27 31D8 AED5 AF6D 0D4A

--
Ron Murray ([email protected])
http://www.rjmx.net/~ron
GPG Public Key Fingerprint:
0ED0 C1D1 615C FCCE 7424 9B27 31D8 AED5 AF6D 0D4A

Upgrade: take old bugs out, put new ones in.


2010-01-23 09:09:32

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] Please add support for Microsoft MN-120 PCMCIA network card

From: Ron Murray <[email protected]>
Date: Tue, 19 Jan 2010 13:02:48 -0500

> Please add support for Microsoft MN-120 PCMCIA network card. It's an
> old card, I know, but adding support is very easy. You just need to
> get tulip_core.c to recognise its vendor/device ID.
>
> Patch for kernel 2.6.32.4 (and many previous) attached.
...
> Signed-off-by: Ron Murray <[email protected]>

Applied, thanks.