aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-12-04 18:53:16 -0500
committerJeff Garzik <jeff@garzik.org>2006-12-07 04:58:32 -0500
commit2a45b49c30c422c83c9227cb8ca99f129a5cf5d0 (patch)
tree0b32000541a355d1bd645ebe6def1b1936d713bf /drivers/net/sky2.c
parenta3f63e4f4be0da938771d754e846ff0019f9d42e (diff)
[PATCH] sky2: add PCI for 88ec033
Add another new/missing pci id for 88ec033 chip. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c
index 842abd9396c6..a0563e0b0bb1 100644
--- a/drivers/net/sky2.c
+++ b/drivers/net/sky2.c
@@ -117,6 +117,7 @@ static const struct pci_device_id sky2_id_table[] = {
117 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4351) }, 117 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4351) },
118 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4352) }, 118 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4352) },
119 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4353) }, 119 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4353) },
120 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4356) },
120 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4360) }, 121 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4360) },
121 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) }, 122 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) },
122 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) }, 123 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) },