From abe5c8c0ddd664507d0c4824d1afd0aa8b526014 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 8 Nov 2007 08:20:17 -0800 Subject: [PATCH] --- yaml --- r: 73467 b: refs/heads/master c: 5a37a68dab77c234c80a8e25455d568f30e86c09 h: refs/heads/master i: 73465: fff71feae9730c93553dfb8d02365726a676528e 73463: 15211ed973cef75ebd393e46808214567d163888 v: v3 --- [refs] | 2 +- trunk/drivers/net/sky2.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 64840a0590cf..3e6848c7bdc9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8687991a734a67f1638782c968f46fff0f94bb1f +refs/heads/master: 5a37a68dab77c234c80a8e25455d568f30e86c09 diff --git a/trunk/drivers/net/sky2.c b/trunk/drivers/net/sky2.c index 4666e6e20972..a2070db725c9 100644 --- a/trunk/drivers/net/sky2.c +++ b/trunk/drivers/net/sky2.c @@ -121,6 +121,7 @@ static const struct pci_device_id sky2_id_table[] = { { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4353) }, /* 88E8039 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4354) }, /* 88E8040 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4356) }, /* 88EC033 */ + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4357) }, /* 88E8042 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x435A) }, /* 88E8048 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4360) }, /* 88E8052 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) }, /* 88E8050 */ @@ -134,6 +135,7 @@ static const struct pci_device_id sky2_id_table[] = { { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4369) }, /* 88EC042 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x436A) }, /* 88E8058 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x436B) }, /* 88E8071 */ + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x436C) }, /* 88E8072 */ { 0 } };