From: Stephen Hemminger Date: Mon, 17 Jul 2006 19:38:32 +0000 (-0400) Subject: [PATCH] sky2: add another PCI ID X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5f5d83fdbfb50ffb6f5fbf5fd69bc791d9d5cd20;p=deliverable%2Flinux.git [PATCH] sky2: add another PCI ID Yet another PCI ID for 88E8056 Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index de91609ca112..8f8799c3f9d1 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c @@ -121,6 +121,7 @@ static const struct pci_device_id sky2_id_table[] = { { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) }, + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) }, { 0 } };