[PATCH] Please add support for Microsoft MN-120 PCMCIA network card

From: Ron Murray
Date: Tue Jan 19 2010 - 13:03:14 EST


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 <rjmx@xxxxxxxx>



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

--
Ron Murray (rjmx@xxxxxxxx)
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/