diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-06-26 17:45:52 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-26 17:45:52 -0400 |
commit | 12755c16a9e4fa2fd5b0ca1963e83d671a6251da (patch) | |
tree | 2d1a3add55e2605e64e32ddf9c6a7d411bfd82b5 /drivers/net/tulip/tulip_core.c | |
parent | 8b0ee07e108b2eefdab5bb73f33223f18926c3b2 (diff) |
Tulip fixes for Cobalt Qube/RaQ
Diffstat (limited to 'drivers/net/tulip/tulip_core.c')
-rw-r--r-- | drivers/net/tulip/tulip_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c index e0ae3ed6e578..cfc346e72d62 100644 --- a/drivers/net/tulip/tulip_core.c +++ b/drivers/net/tulip/tulip_core.c | |||
@@ -1514,8 +1514,8 @@ static int __devinit tulip_init_one (struct pci_dev *pdev, | |||
1514 | (PCI_SLOT(pdev->devfn) == 12))) { | 1514 | (PCI_SLOT(pdev->devfn) == 12))) { |
1515 | /* Cobalt MAC address in first EEPROM locations. */ | 1515 | /* Cobalt MAC address in first EEPROM locations. */ |
1516 | sa_offset = 0; | 1516 | sa_offset = 0; |
1517 | /* No media table either */ | 1517 | /* Ensure our media table fixup get's applied */ |
1518 | tp->flags &= ~HAS_MEDIA_TABLE; | 1518 | memcpy(ee_data + 16, ee_data, 8); |
1519 | } | 1519 | } |
1520 | #endif | 1520 | #endif |
1521 | #ifdef CONFIG_GSC | 1521 | #ifdef CONFIG_GSC |