aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorStphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr>2006-08-15 00:09:17 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:54:46 -0700
commit62872e2dcb3127b20a49e3b4b1d93523cf476cc4 (patch)
treeb6ac296c59ab341a26c2a3562d347fac93cbf1dc /drivers
parent[IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE() (diff)
downloadlinux-dev-62872e2dcb3127b20a49e3b4b1d93523cf476cc4.tar.xz
linux-dev-62872e2dcb3127b20a49e3b4b1d93523cf476cc4.zip
[ARCNET]: SoHard PCI support
Add support for a SoHard PCI ARCnet card. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/arcnet/com20020-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/arcnet/com20020-pci.c b/drivers/net/arcnet/com20020-pci.c
index 979a33df0a8c..96d8a694d433 100644
--- a/drivers/net/arcnet/com20020-pci.c
+++ b/drivers/net/arcnet/com20020-pci.c
@@ -161,6 +161,7 @@ static struct pci_device_id com20020pci_id_table[] = {
{ 0x1571, 0xa204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT },
{ 0x1571, 0xa205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT },
{ 0x1571, 0xa206, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT },
+ { 0x10B5, 0x9030, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT },
{ 0x10B5, 0x9050, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT },
{0,}
};