From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: [PATCH ] more RTL-8139 clone boards Date: Tue, 18 Nov 2003 20:46:34 +0100 Sender: netdev-bounce@oss.sgi.com Message-ID: <3FBA771A.1010104@wanadoo.es> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080508040700000809000000" Return-path: To: netdev@oss.sgi.com, jgarzik@pobox.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org This is a multi-part message in MIME format. --------------080508040700000809000000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 0x018A 0x0106 LevelOne FPC-0106TX 0x126C 0x1211 Nortel Networks 10/100BaseTX 0x1743 0x8139 Peppercon AG ROL-F 0x021B 0x8139 Compaq HNE-300 -- HTML mails are going to trash automagically --------------080508040700000809000000 Content-Type: text/plain; name="8139too_idents.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="8139too_idents.diff" --- linux/drivers/net/8139too.c 2003-11-15 16:47:54.000000000 +0100 +++ new/drivers/net/8139too.c 2003-11-18 20:31:49.000000000 +0100 @@ -250,6 +250,10 @@ {0x11db, 0x1234, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, {0x1432, 0x9130, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, {0x02ac, 0x1012, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, + {0x018a, 0x0106, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, + {0x126c, 0x1211, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, + {0x1743, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, + {0x021b, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, #ifdef CONFIG_SH_SECUREEDGE5410 /* Bogus 8139 silicon reports 8129 without external PROM :-( */ --------------080508040700000809000000--