summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@linux-foundation.org>2007-05-15 15:08:25 -0700
committerChris Wright <chrisw@sous-sol.org>2007-05-23 14:32:52 -0700
commitaba5b093486f76219c57a4603b1feed97eaba462 (patch)
treef8ade1a62e026486133a7276e4b6ab466b0535f4
parent9e886912c69277878097520ecae1551a56e678f7 (diff)
[PATCH] sky2: 88e8071 support not ready
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>
-rw-r--r--drivers/net/sky2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c
index fbc2c5d9a385..7d380d213547 100644
--- a/drivers/net/sky2.c
+++ b/drivers/net/sky2.c
@@ -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 }
};