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, (PCI_SLOT(pdev->devfn) == 12))) { /* Cobalt MAC address in first EEPROM locations. */ sa_offset = 0; - /* No media table either */ - tp->flags &= ~HAS_MEDIA_TABLE; + /* Ensure our media table fixup get's applied */ + memcpy(ee_data + 16, ee_data, 8); } #endif #ifdef CONFIG_GSC |