diff options
| author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-07-31 03:38:06 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:38 -0400 |
| commit | 5b232ecfd9ac55adb237e78482ed8f3d3becb0d8 (patch) | |
| tree | 92f7f63dcc5dbaa3d3b44e4e8afbe39596adfc01 /drivers/net/tulip | |
| parent | 57d4810ea0d9ca58a7bcc1336607f0cede0a2abf (diff) | |
DDB5477: remove driver bits of support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/tulip')
| -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) || |
