'PATCH] Added-IP100A-chipset-support

Chuck Short zulcss at gmail.com
Thu Jun 29 01:06:18 UTC 2006


Added pci ids. Closes (#49772).

Signed-off-by: "Chuck Short <zulcss at gmail.com>"
-------------- next part --------------
From nobody Mon Sep 17 00:00:00 2001
From: chuck <chuck at maggie.(none)>
Date: Thu, 15 Jun 2006 20:45:05 -0400
Subject: [PATCH] [UBUNTU: sundance] Added IP100A chipset support.

Added pci ids. Closes (#49772).

Signed-off-by: "Chuck Short <zulcss at gmail.com>"

---

 drivers/net/sundance.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

92d0710d58a5801836ac1324ae33e552d6ecd214
diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c
index 0ab9c38..d3fb126 100644
--- a/drivers/net/sundance.c
+++ b/drivers/net/sundance.c
@@ -287,6 +287,7 @@ static struct pci_device_id sundance_pci
 	{0x1186, 0x1002, 0x1186, 0x1040, 0, 0, 3},
 	{0x1186, 0x1002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4},
 	{0x13F0, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 5},
+	{0x13F0, 0x0200, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 6},
 	{0,}
 };
 MODULE_DEVICE_TABLE(pci, sundance_pci_tbl);
@@ -305,6 +306,7 @@ static struct pci_id_info pci_id_tbl[] =
 	{"D-Link DFE-530TXS FAST Ethernet Adapter"},
 	{"D-Link DL10050-based FAST Ethernet Adapter"},
 	{"Sundance Technology Alta"},
+	{"IC Plus Corporation IP100A FAST Ethernet Adapter"},
 	{NULL,},			/* 0 terminated list. */
 };
 
-- 
1.3.3



More information about the kernel-team mailing list