summaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-07-29 17:21:55 -0700
committerJeff Garzik <jeff@garzik.org>2006-08-03 17:31:56 -0400
commit57fa442c1e842e6ec18ec7cd8cca9e29b5189278 (patch)
tree8b3462cf2a5d6ea9af0cb1c9f169d1055a6e7b06 /drivers/net/sky2.c
parent534abebaf746087414291955131f31a39c4f3271 (diff)
downloadop-kernel-dev-57fa442c1e842e6ec18ec7cd8cca9e29b5189278.zip
op-kernel-dev-57fa442c1e842e6ec18ec7cd8cca9e29b5189278.tar.gz
[PATCH] sky2: more pci device ids
Recent vendor driver and customer reports show more devices. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sky2.c')
-rw-r--r--drivers/net/sky2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c
index 8f8799c..de1177b 100644
--- a/drivers/net/sky2.c
+++ b/drivers/net/sky2.c
@@ -122,6 +122,10 @@ static const struct pci_device_id sky2_id_table[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4365) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4366) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4367) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4368) },
{ 0 }
};
OpenPOWER on IntegriCloud