X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/922857a281867f52af64698eb41575de38efde26..47ffc5ca6a202975c66434a470fd4adcdef1680b:/target/linux/brcm-2.4/patches/008-b44_bcm47xx_support.patch diff --git a/target/linux/brcm-2.4/patches/008-b44_bcm47xx_support.patch b/target/linux/brcm-2.4/patches/008-b44_bcm47xx_support.patch index 3af606642..28d54e9b9 100644 --- a/target/linux/brcm-2.4/patches/008-b44_bcm47xx_support.patch +++ b/target/linux/brcm-2.4/patches/008-b44_bcm47xx_support.patch @@ -1,6 +1,5 @@ -diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c ---- linux.old/drivers/net/b44.c 2006-01-16 21:10:55.873911750 +0100 -+++ linux.dev/drivers/net/b44.c 2006-01-16 21:16:02.041046000 +0100 +--- a/drivers/net/b44.c ++++ b/drivers/net/b44.c @@ -1,7 +1,9 @@ /* b44.c: Broadcom 4400 device driver. * @@ -12,15 +11,13 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c * * Distribute under GPL. */ -@@ -25,6 +27,41 @@ +@@ -25,6 +27,39 @@ #include "b44.h" +#include +#include -+#include +#include -+#include +#include +#include +#include @@ -54,7 +51,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c #define DRV_MODULE_NAME "b44" #define PFX DRV_MODULE_NAME ": " #define DRV_MODULE_VERSION "0.93" -@@ -75,7 +112,7 @@ +@@ -75,7 +110,7 @@ static char version[] __devinitdata = DRV_MODULE_NAME ".c:v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; MODULE_AUTHOR("David S. Miller (davem@redhat.com)"); @@ -63,7 +60,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c MODULE_LICENSE("GPL"); MODULE_PARM(b44_debug, "i"); MODULE_PARM_DESC(b44_debug, "B44 bitmapped debugging message enable value"); -@@ -89,6 +126,8 @@ +@@ -89,6 +124,8 @@ static struct pci_device_id b44_pci_tbl[ PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_BCM4401B1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, @@ -72,7 +69,21 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c { } /* terminate list with empty entry */ }; -@@ -236,6 +275,8 @@ +@@ -113,11 +150,13 @@ static int b44_wait_bit(struct b44 *bp, + udelay(10); + } + if (i == timeout) { ++#ifdef DEBUG + printk(KERN_ERR PFX "%s: BUG! Timeout waiting for bit %08x of register " + "%lx to %s.\n", + bp->dev->name, + bit, reg, + (clear ? "clear" : "set")); ++#endif + return -ENODEV; + } + return 0; +@@ -236,6 +275,8 @@ static void ssb_core_reset(struct b44 *b udelay(1); } @@ -81,7 +92,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c static int ssb_core_unit(struct b44 *bp) { #if 0 -@@ -258,6 +299,9 @@ +@@ -258,6 +299,9 @@ static int ssb_core_unit(struct b44 *bp) break; }; #endif @@ -91,7 +102,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c return 0; } -@@ -267,6 +311,28 @@ +@@ -267,6 +311,28 @@ static int ssb_is_core_up(struct b44 *bp == SBTMSLOW_CLOCK); } @@ -120,7 +131,16 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c static void __b44_cam_write(struct b44 *bp, unsigned char *data, int index) { u32 val; -@@ -303,14 +369,14 @@ +@@ -287,7 +353,7 @@ static void __b44_cam_write(struct b44 * + + static inline void __b44_disable_ints(struct b44 *bp) + { +- bw32(B44_IMASK, 0); ++ bw32(B44_IMASK, ISTAT_TO); /* leave the timeout interrupt active */ + } + + static void b44_disable_ints(struct b44 *bp) +@@ -303,14 +369,14 @@ static void b44_enable_ints(struct b44 * bw32(B44_IMASK, bp->imask); } @@ -137,7 +157,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c (reg << MDIO_DATA_RA_SHIFT) | (MDIO_TA_VALID << MDIO_DATA_TA_SHIFT))); err = b44_wait_bit(bp, B44_EMAC_ISTAT, EMAC_INT_MII, 100, 0); -@@ -319,23 +385,42 @@ +@@ -319,23 +385,42 @@ static int b44_readphy(struct b44 *bp, i return err; } @@ -182,13 +202,11 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c err = b44_writephy(bp, MII_BMCR, BMCR_RESET); if (err) return err; -@@ -405,6 +490,24 @@ - { +@@ -406,6 +491,23 @@ static int b44_setup_phy(struct b44 *bp) u32 val; int err; -+ char *s; + + -+#ifdef CONFIG_BCM947XX + /* + * workaround for bad hardware design in Linksys WAP54G v1.0 + * see https://dev.openwrt.org/ticket/146 @@ -201,13 +219,14 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c + (__b44_writephy(bp, 0, MII_BMCR, val & ~BMCR_ISOLATE) != 0)) { + printk(KERN_WARNING PFX "PHY: cannot reset MII transceiver isolate bit.\n"); + } -+#endif ++ + if (bp->phy_addr == B44_PHY_ADDR_NO_PHY) + return 0; - ++ if ((err = b44_readphy(bp, B44_MII_ALEDCTRL, &val)) != 0) goto out; -@@ -498,6 +601,19 @@ + if ((err = b44_writephy(bp, B44_MII_ALEDCTRL, +@@ -498,6 +600,19 @@ static void b44_check_phy(struct b44 *bp { u32 bmsr, aux; @@ -227,7 +246,123 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c if (!b44_readphy(bp, MII_BMSR, &bmsr) && !b44_readphy(bp, B44_MII_AUXCTRL, &aux) && (bmsr != 0xffff)) { -@@ -1092,6 +1208,8 @@ +@@ -765,6 +880,25 @@ static int b44_rx(struct b44 *bp, int bu + return received; + } + ++ ++static inline void __b44_reset(struct b44 *bp) ++{ ++ spin_lock_irq(&bp->lock); ++ b44_halt(bp); ++ b44_init_rings(bp); ++ b44_init_hw(bp); ++ spin_unlock_irq(&bp->lock); ++ ++ b44_enable_ints(bp); ++ netif_wake_queue(bp->dev); ++} ++ ++static inline void __b44_set_timeout(struct b44 *bp, int timeout) ++{ ++ /* Set timeout for Rx to two seconds after the last Tx */ ++ bw32(B44_GPTIMER, timeout ? 2 * 125000000 : 0); ++} ++ + static int b44_poll(struct net_device *netdev, int *budget) + { + struct b44 *bp = netdev->priv; +@@ -772,13 +906,13 @@ static int b44_poll(struct net_device *n + + spin_lock_irq(&bp->lock); + +- if (bp->istat & (ISTAT_TX | ISTAT_TO)) { ++ if (bp->istat & ISTAT_TX) { + /* spin_lock(&bp->tx_lock); */ + b44_tx(bp); + /* spin_unlock(&bp->tx_lock); */ + } + spin_unlock_irq(&bp->lock); +- ++ + done = 1; + if (bp->istat & ISTAT_RX) { + int orig_budget = *budget; +@@ -796,24 +930,18 @@ static int b44_poll(struct net_device *n + done = 0; + } + +- if (bp->istat & ISTAT_ERRORS) { +- spin_lock_irq(&bp->lock); +- b44_halt(bp); +- b44_init_rings(bp); +- b44_init_hw(bp); +- netif_wake_queue(bp->dev); +- spin_unlock_irq(&bp->lock); +- done = 1; +- } +- + if (done) { + netif_rx_complete(netdev); + b44_enable_ints(bp); + } + ++ if ((bp->core_unit == 1) && (bp->istat & (ISTAT_TX | ISTAT_RX))) ++ __b44_set_timeout(bp, (bp->istat & ISTAT_TX) ? 1 : 0); ++ + return (done ? 0 : 1); + } + ++ + static irqreturn_t b44_interrupt(int irq, void *dev_id, struct pt_regs *regs) + { + struct net_device *dev = dev_id; +@@ -832,6 +960,18 @@ static irqreturn_t b44_interrupt(int irq + */ + istat &= imask; + if (istat) { ++ /* Workaround for the WL-500g WAN port hang */ ++ if (istat & (ISTAT_TO | ISTAT_ERRORS)) { ++ /* ++ * no rx before the watchdog timeout ++ * reset the interface ++ */ ++ __b44_reset(bp); ++ } ++ ++ if ((bp->core_unit == 1) && (bp->istat & (ISTAT_TX | ISTAT_RX))) ++ __b44_set_timeout(bp, (bp->istat & ISTAT_TX) ? 1 : 0); ++ + handled = 1; + if (netif_rx_schedule_prep(dev)) { + /* NOTE: These writes are posted by the readback of +@@ -848,6 +988,7 @@ static irqreturn_t b44_interrupt(int irq + bw32(B44_ISTAT, istat); + br32(B44_ISTAT); + } ++ + spin_unlock_irqrestore(&bp->lock, flags); + return IRQ_RETVAL(handled); + } +@@ -859,16 +1000,7 @@ static void b44_tx_timeout(struct net_de + printk(KERN_ERR PFX "%s: transmit timed out, resetting\n", + dev->name); + +- spin_lock_irq(&bp->lock); +- +- b44_halt(bp); +- b44_init_rings(bp); +- b44_init_hw(bp); +- +- spin_unlock_irq(&bp->lock); +- +- b44_enable_ints(bp); +- ++ __b44_reset(bp); + netif_wake_queue(dev); + } + +@@ -1092,6 +1224,8 @@ static void b44_clear_stats(struct b44 * /* bp->lock is held. */ static void b44_chip_reset(struct b44 *bp) { @@ -236,7 +371,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c if (ssb_is_core_up(bp)) { bw32(B44_RCV_LAZY, 0); bw32(B44_ENET_CTRL, ENET_CTRL_DISABLE); -@@ -1105,9 +1223,10 @@ +@@ -1105,9 +1239,10 @@ static void b44_chip_reset(struct b44 *b bw32(B44_DMARX_CTRL, 0); bp->rx_prod = bp->rx_cons = 0; } else { @@ -250,7 +385,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c } ssb_core_reset(bp); -@@ -1115,6 +1234,11 @@ +@@ -1115,6 +1250,11 @@ static void b44_chip_reset(struct b44 *b b44_clear_stats(bp); /* Make PHY accessible. */ @@ -262,7 +397,28 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c bw32(B44_MDIO_CTRL, (MDIO_CTRL_PREAMBLE | (0x0d & MDIO_CTRL_MAXF_MASK))); br32(B44_MDIO_CTRL); -@@ -1628,7 +1752,7 @@ +@@ -1216,6 +1356,8 @@ static int b44_open(struct net_device *d + struct b44 *bp = dev->priv; + int err; + ++ netif_carrier_off(dev); ++ + err = b44_alloc_consistent(bp); + if (err) + return err; +@@ -1236,9 +1378,10 @@ static int b44_open(struct net_device *d + bp->timer.expires = jiffies + HZ; + bp->timer.data = (unsigned long) bp; + bp->timer.function = b44_timer; +- add_timer(&bp->timer); ++ b44_timer((unsigned long) bp); + + b44_enable_ints(bp); ++ netif_start_queue(dev); + + return 0; + +@@ -1638,7 +1781,7 @@ static int b44_ioctl(struct net_device * u32 mii_regval; spin_lock_irq(&bp->lock); @@ -271,7 +427,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c spin_unlock_irq(&bp->lock); data->val_out = mii_regval; -@@ -1641,7 +1765,7 @@ +@@ -1651,7 +1794,7 @@ static int b44_ioctl(struct net_device * return -EPERM; spin_lock_irq(&bp->lock); @@ -280,7 +436,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c spin_unlock_irq(&bp->lock); return err; -@@ -1668,21 +1792,52 @@ +@@ -1678,21 +1821,52 @@ static int b44_read_eeprom(struct b44 *b static int __devinit b44_get_invariants(struct b44 *bp) { u8 eeprom[128]; @@ -291,39 +447,41 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c - err = b44_read_eeprom(bp, &eeprom[0]); - if (err) - goto out; -+ if (bp->pdev->device == PCI_DEVICE_ID_BCM4713) { -+ /* -+ * BCM47xx boards don't have a EEPROM. The MAC is stored in -+ * a NVRAM area somewhere in the flash memory. -+ */ -+ sprintf(buf, "et%dmacaddr", b44_4713_instance); -+ if (nvram_get(buf)) { -+ e_aton(nvram_get(buf), bp->dev->dev_addr); -+ } else { -+ /* -+ * Getting the MAC out of NVRAM failed. To make it work -+ * here, we simply rely on the bootloader to write the -+ * MAC into the CAM. -+ */ -+ spin_lock_irqsave(&bp->lock, flags); -+ __b44_cam_read(bp, bp->dev->dev_addr, 0); -+ spin_unlock_irqrestore(&bp->lock, flags); -+ } - +- - bp->dev->dev_addr[0] = eeprom[79]; - bp->dev->dev_addr[1] = eeprom[78]; - bp->dev->dev_addr[2] = eeprom[81]; - bp->dev->dev_addr[3] = eeprom[80]; - bp->dev->dev_addr[4] = eeprom[83]; - bp->dev->dev_addr[5] = eeprom[82]; - +- - bp->phy_addr = eeprom[90] & 0x1f; - bp->mdc_port = (eeprom[90] >> 14) & 0x1; ++ if (bp->pdev->device == PCI_DEVICE_ID_BCM4713) { ++#ifdef CONFIG_BCM947XX ++ sprintf(buf, "et%dmacaddr", instance - 1); ++ e_aton(nvram_get(buf), bp->dev->dev_addr); ++ ++ sprintf(buf, "et%dphyaddr", instance - 1); ++ bp->phy_addr = B44_PHY_ADDR_NO_PHY; ++#else ++ /* ++ * BCM47xx boards don't have a EEPROM. The MAC is stored in ++ * a NVRAM area somewhere in the flash memory. As we don't ++ * know the location and/or the format of the NVRAM area ++ * here, we simply rely on the bootloader to write the ++ * MAC into the CAM. ++ */ ++ spin_lock_irqsave(&bp->lock, flags); ++ __b44_cam_read(bp, bp->dev->dev_addr, 0); ++ spin_unlock_irqrestore(&bp->lock, flags); ++ + /* + * BCM47xx boards don't have a PHY. Usually there is a switch + * chip with multiple PHYs connected to the PHY port. + */ + bp->phy_addr = B44_PHY_ADDR_NO_PHY; ++#endif + bp->dma_offset = 0; + } else { + err = b44_read_eeprom(bp, &eeprom[0]); @@ -344,7 +502,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c /* With this, plus the rx_header prepended to the data by the * hardware, we'll land the ethernet header on a 2-byte boundary. -@@ -1692,13 +1847,12 @@ +@@ -1702,13 +1876,12 @@ static int __devinit b44_get_invariants( bp->imask = IMASK_DEF; bp->core_unit = ssb_core_unit(bp); @@ -360,7 +518,7 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c } static int __devinit b44_init_one(struct pci_dev *pdev, -@@ -1710,6 +1864,10 @@ +@@ -1720,6 +1893,10 @@ static int __devinit b44_init_one(struct struct b44 *bp; int err, i; @@ -371,9 +529,9 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c if (b44_version_printed++ == 0) printk(KERN_INFO "%s", version); -@@ -1819,11 +1977,17 @@ - - pci_save_state(bp->pdev, bp->pci_cfg_state); +@@ -1834,11 +2011,17 @@ static int __devinit b44_init_one(struct + */ + b44_chip_reset(bp); - printk(KERN_INFO "%s: Broadcom 4400 10/100BaseT Ethernet ", dev->name); + printk(KERN_INFO "%s: Broadcom %s 10/100BaseT Ethernet ", dev->name, @@ -390,9 +548,8 @@ diff -urN linux.old/drivers/net/b44.c linux.dev/drivers/net/b44.c return 0; err_out_iounmap: -diff -urN linux.old/drivers/net/b44.h linux.dev/drivers/net/b44.h ---- linux.old/drivers/net/b44.h 2006-01-16 21:10:55.881912250 +0100 -+++ linux.dev/drivers/net/b44.h 2006-01-16 21:02:38.018249750 +0100 +--- a/drivers/net/b44.h ++++ b/drivers/net/b44.h @@ -229,8 +229,6 @@ #define SBIPSFLAG_IMASK4 0x3f000000 /* Which sbflags --> mips interrupt 4 */ #define SBIPSFLAG_ISHIFT4 24 @@ -402,7 +559,7 @@ diff -urN linux.old/drivers/net/b44.h linux.dev/drivers/net/b44.h #define B44_SBADMATCH3 0x0F60UL /* SB Address Match 3 */ #define B44_SBADMATCH2 0x0F68UL /* SB Address Match 2 */ #define B44_SBADMATCH1 0x0F70UL /* SB Address Match 1 */ -@@ -461,6 +459,8 @@ +@@ -461,6 +459,8 @@ struct ring_info { }; #define B44_MCAST_TABLE_SIZE 32 @@ -411,10 +568,9 @@ diff -urN linux.old/drivers/net/b44.h linux.dev/drivers/net/b44.h /* SW copy of device statistics, kept up to date by periodic timer * which probes HW values. Must have same relative layout as HW -diff -urN linux.old/include/linux/pci_ids.h linux.dev/include/linux/pci_ids.h ---- linux.old/include/linux/pci_ids.h 2006-01-16 21:10:55.901913500 +0100 -+++ linux.dev/include/linux/pci_ids.h 2006-01-16 21:02:38.034250750 +0100 -@@ -1741,6 +1741,7 @@ +--- a/include/linux/pci_ids.h ++++ b/include/linux/pci_ids.h +@@ -1765,6 +1765,7 @@ #define PCI_DEVICE_ID_TIGON3_5901_2 0x170e #define PCI_DEVICE_ID_BCM4401 0x4401 #define PCI_DEVICE_ID_BCM4401B0 0x4402