[PATCH] sky2: 88e8071 support not ready
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 15 May 2007 22:08:25 +0000 (15:08 -0700)
committerChris Wright <chrisw@sous-sol.org>
Wed, 23 May 2007 21:32:52 +0000 (14:32 -0700)
The driver is not ready to support 88e8071 chip, it requires several
more changes (not done yet). If this chip is present, system will hang on boot.

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

index fbc2c5d9a3853c914984267fc32820c2cdb67b5d..7d380d2135474f1995f4f0eabe50f5888089fa4c 100644 (file)
@@ -129,7 +129,7 @@ static const struct pci_device_id sky2_id_table[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4368) }, /* 88EC034 */
        { 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, 0x436B) }, /* 88E8071 */
        { 0 }
 };