diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/tulip/tulip_core.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c index f87d76981ab7..eca984f89bbf 100644 --- a/drivers/net/tulip/tulip_core.c +++ b/drivers/net/tulip/tulip_core.c | |||
@@ -1471,14 +1471,6 @@ static int __devinit tulip_init_one (struct pci_dev *pdev, | |||
1471 | sa_offset = 2; /* Grrr, damn Matrox boards. */ | 1471 | sa_offset = 2; /* Grrr, damn Matrox boards. */ |
1472 | multiport_cnt = 4; | 1472 | multiport_cnt = 4; |
1473 | } | 1473 | } |
1474 | #ifdef CONFIG_DDB5477 | ||
1475 | if ((pdev->bus->number == 0) && (PCI_SLOT(pdev->devfn) == 4)) { | ||
1476 | /* DDB5477 MAC address in first EEPROM locations. */ | ||
1477 | sa_offset = 0; | ||
1478 | /* No media table either */ | ||
1479 | tp->flags &= ~HAS_MEDIA_TABLE; | ||
1480 | } | ||
1481 | #endif | ||
1482 | #ifdef CONFIG_MIPS_COBALT | 1474 | #ifdef CONFIG_MIPS_COBALT |
1483 | if ((pdev->bus->number == 0) && | 1475 | if ((pdev->bus->number == 0) && |
1484 | ((PCI_SLOT(pdev->devfn) == 7) || | 1476 | ((PCI_SLOT(pdev->devfn) == 7) || |