26 Aug, 2014

1 commit


30 Oct, 2012

1 commit


12 Jun, 2012

1 commit


17 May, 2012

1 commit

  • The 0x4322 ID is found on the BCM4322 used on some SoCs like the
    Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID
    is found on the BCM43222 used on some other SoCs like the D-Link
    DSL-2760U connected to a BCM63xx.

    Signed-off-by: Hauke Mehrtens
    Signed-off-by: John W. Linville

    Hauke Mehrtens
     

01 Nov, 2011

1 commit


07 Jul, 2011

1 commit


23 Nov, 2010

1 commit


28 Mar, 2009

1 commit

  • 00:09.0 Network controller [0280]: Broadcom Corporation BCM4307 Ethernet Controller [14e4:4306] (rev 03)
    Subsystem: Broadcom Corporation BCM4307 Ethernet Controller [14e4:4306]
    Flags: bus master, fast devsel, latency 32, IRQ 10
    Memory at d7000000 (32-bit, non-prefetchable) [size=8K]
    Kernel driver in use: b43-pci-bridge
    Kernel modules: ssb

    Reported-by: yoann
    Signed-off-by: Michael Buesch
    Signed-off-by: John W. Linville

    Michael Buesch
     

30 Jan, 2009

2 commits


03 Feb, 2008

1 commit


29 Jan, 2008

2 commits

  • This adds the PCI ID 0x4329 for the BCM43XG.

    Signed-off-by: Michael Buesch
    Signed-off-by: John W. Linville

    Michael Buesch
     
  • In disagreement with the SPROM specs, revision 3 devices appear to have
    moved the MAC address.

    Change ssb to handle the revision 4 SPROM, which is a different size.
    This change in size is handled by adding a new variable to the ssb_sprom
    struct and using it whenever possible. For those routines that do not
    have access to this structure, a 'u16 size' argument is added.

    The new PCI_ID for the BCM4328 is also added.

    Testing of the Revision 4 SPROM, which is used on the BCM4328, was done
    by Michael Gerdau .

    Signed-off-by: Larry Finger
    Signed-off-by: John W. Linville

    Larry Finger
     

11 Oct, 2007

2 commits

  • This fixes all Sparse warnings in SSB.
    No semantics change.

    Signed-off-by: Michael Buesch
    Signed-off-by: John W. Linville
    Signed-off-by: David S. Miller

    Michael Buesch
     
  • SSB is an SoC bus used in a number of embedded devices. The most
    well-known of these devices is probably the Linksys WRT54G, but there
    are others as well. The bus is also used internally on the BCM43xx
    and BCM44xx devices from Broadcom.

    This patch also includes support for SSB ID tables in modules, so
    that SSB drivers can be loaded automatically.

    Signed-off-by: Michael Buesch
    Signed-off-by: John W. Linville
    Signed-off-by: David S. Miller

    Michael Buesch