Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2010 05:43:17 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/contrib/octeon-sdk cvmx-helper-board.c src/sys/mips/cavium files.octeon1 src/sys/mips/cavium/octe cavium-ethernet.h ethernet-common.c ethernet-headers.h ethernet-mdio.c ethernet-mv88e61xx.c ethernet-mv88e61xx.h octe.c
Message-ID:  <201010020543.o925hb09087913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2010-10-02 05:43:17 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/octeon-sdk cvmx-helper-board.c 
    sys/mips/cavium      files.octeon1 
    sys/mips/cavium/octe cavium-ethernet.h ethernet-common.c 
                         ethernet-headers.h ethernet-mdio.c octe.c 
  Added files:
    sys/mips/cavium/octe ethernet-mv88e61xx.c ethernet-mv88e61xx.h 
  Log:
  SVN rev 213346 on 2010-10-02 05:43:17Z by jmallett
  
  o) Allow devices to override the MDIO read and write functions presented to
     the miibus attached to octe interfaces.
  o) Add an SMI/MDIO interface to the MV88E61XX and use it for the switch PHY on
     the Lanner MR-320.  An actual driver for the switch PHY will come later.
     Note that for now it intercepts and fakes MII_BMSR reads to prevent the
     miibus from talking to anything but the switch itself.
  
  Revision  Changes    Path
  1.4       +3 -2      src/sys/contrib/octeon-sdk/cvmx-helper-board.c
  1.7       +1 -0      src/sys/mips/cavium/files.octeon1
  1.3       +2 -0      src/sys/mips/cavium/octe/cavium-ethernet.h
  1.2       +14 -0     src/sys/mips/cavium/octe/ethernet-common.c
  1.2       +7 -0      src/sys/mips/cavium/octe/ethernet-headers.h
  1.2       +2 -0      src/sys/mips/cavium/octe/ethernet-mdio.c
  1.1       +151 -0    src/sys/mips/cavium/octe/ethernet-mv88e61xx.c (new)
  1.1       +34 -0     src/sys/mips/cavium/octe/ethernet-mv88e61xx.h (new)
  1.3       +20 -1     src/sys/mips/cavium/octe/octe.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010020543.o925hb09087913>