[PATCH] 8139too Allied Telesyn's 8139 compatible CadBus

From: Go Taniguchi (go@turbolinux.co.jp)
Date: Tue Feb 12 2002 - 06:44:52 EST


Hi,

This is Allied Telesyn's 8139 compatible CadBus ethernet patch.
Japanese vendor, Melco and IO-data use this chip.
Status is completed.

Please apply it.

--- linux/drivers/net/8139too.c.orig Sun Feb 10 15:31:47 2002
+++ linux/drivers/net/8139too.c Sun Feb 10 15:34:23 2002
@@ -216,6 +216,7 @@
         DFE538TX,
         DFE690TXD,
         FE2000VX,
+ ALLIED8139,
         RTL8129,
 } board_t;
 
@@ -234,6 +235,7 @@
         { "D-Link DFE-538TX (RealTek RTL8139)", RTL8139_CAPS },
         { "D-Link DFE-690TXD (RealTek RTL8139)", RTL8139_CAPS },
         { "AboCom FE2000VX (RealTek RTL8139)", RTL8139_CAPS },
+ { "Allied Telesyn 8139 CardBus", RTL8139_CAPS },
         { "RealTek RTL8129", RTL8129_CAPS },
 };
 
@@ -248,6 +250,7 @@
         {0x1186, 0x1300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DFE538TX },
         {0x1186, 0x1340, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DFE690TXD },
         {0x13d1, 0xab06, PCI_ANY_ID, PCI_ANY_ID, 0, 0, FE2000VX },
+ {0x1259, 0xa117, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ALLIED8139 },
 
 #ifdef CONFIG_8139TOO_8129
         {0x10ec, 0x8129, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8129 },
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 15 2002 - 21:00:48 EST