From: Stephen Hemminger Date: Mon, 17 Jul 2006 19:38:32 +0000 (-0400) Subject: [PATCH] sky2: add another PCI ID X-Git-Tag: v2.6.19-rc1~1263^2~128 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5f5d83fdbfb50ffb6f5fbf5fd69bc791d9d5cd20;p=linux-2.6-omap-h63xx.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 de91609ca11..8f8799c3f9d 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 } };