[PATCH] sky2: add another PCI ID
authorStephen Hemminger <shemminger@osdl.org>
Mon, 17 Jul 2006 19:38:32 +0000 (15:38 -0400)
committerJeff Garzik <jeff@garzik.org>
Wed, 19 Jul 2006 17:49:04 +0000 (13:49 -0400)
Yet another PCI ID for 88E8056

Signed-off-by: Stephen Hemminger <sch@sch-laptop.localdomain>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c

index de91609ca11230deb09a772268727c41a9f21aff..8f8799c3f9d16704d07e050e6032f5fc49ba035f 100644 (file)
@@ -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 }
 };
 
This page took 0.026221 seconds and 5 git commands to generate.