]> git.hungrycats.org Git - linux/commitdiff
[PATCH] sky2: allow 88E8056
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 15 May 2007 22:08:24 +0000 (15:08 -0700)
committerChris Wright <chrisw@sous-sol.org>
Wed, 23 May 2007 21:32:52 +0000 (14:32 -0700)
It looks like the problems of Gigabyte 88E8056 are unique to that chip
motherboard and maybe fixable by EEPROM update.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/net/sky2.c

index ac36152c68bf1261206e86f5373ff5eac21b09a7..fbc2c5d9a3853c914984267fc32820c2cdb67b5d 100644 (file)
@@ -123,10 +123,7 @@ static const struct pci_device_id sky2_id_table[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) }, /* 88E8050 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) }, /* 88E8053 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) }, /* 88E8055 */
-#ifdef broken
-       /* This device causes data corruption problems that are not resolved */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) }, /* 88E8056 */
-#endif
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4366) }, /* 88EC036 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4367) }, /* 88EC032 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4368) }, /* 88EC034 */