Re: Subject: [PATCH] sky2: add another PCI ID

2006-07-19 Thread Jeff Garzik

applied

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Subject: [PATCH] sky2: add another PCI ID

2006-07-17 Thread Stephen Hemminger
Yet another PCI ID for 88E8056

Signed-off-by: Stephen Hemminger [EMAIL PROTECTED]

---

 drivers/net/sky2.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

df48ef5419855dc19bbf3176552128143e431c69
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c
index d98f28c..217b96f 100644
--- a/drivers/net/sky2.c
+++ b/drivers/net/sky2.c
@@ -121,6 +121,7 @@ static const struct pci_device_id sky2_i
{ 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 }
 };
 
-- 
1.1.3
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html