From: Stephen Hemminger Date: Mon, 17 Jul 2006 19:38:32 +0000 (-0400) Subject: [PATCH] sky2: add another PCI ID X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f5d83fdbfb50ffb6f5fbf5fd69bc791d9d5cd20;p=linux.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 de91609ca1123..8f8799c3f9d16 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 } };