Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2010 05:57:24 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/cavium/octe ethernet-common.c ethernet-common.h ethernet-defines.h ethernet-mdio.c ethernet-mem.c ethernet-rx.c ethernet-sgmii.c ethernet-xaui.c ethernet.c
Message-ID:  <201011280557.oAS5vVYR077294@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2010-11-28 05:57:24 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/cavium/octe ethernet-common.c ethernet-common.h 
                         ethernet-defines.h ethernet-mdio.c 
                         ethernet-mem.c ethernet-rx.c 
                         ethernet-sgmii.c ethernet-xaui.c 
                         ethernet.c 
  Log:
  SVN rev 215974 on 2010-11-28 05:57:24Z by jmallett
  
  o) Remove some commented out or unimplemented code.
  o) Remove some options that are configurable on Linux but not FreeBSD.
  o) Centralize open/poll/stop routines for XAUI and SGMII and use the common
     uninit routine directly rather than providing a wrapper for it.  The init
     functions for these interfaces are now identical and the common init routine
     could merge in setting those function pointers except that some hardware
     seems to use no open/poll/stop method?
  
  Revision  Changes    Path
  1.4       +61 -58    src/sys/mips/cavium/octe/ethernet-common.c
  1.2       +3 -0      src/sys/mips/cavium/octe/ethernet-common.h
  1.2       +0 -15     src/sys/mips/cavium/octe/ethernet-defines.h
  1.4       +0 -8      src/sys/mips/cavium/octe/ethernet-mdio.c
  1.2       +2 -110    src/sys/mips/cavium/octe/ethernet-mem.c
  1.3       +15 -32    src/sys/mips/cavium/octe/ethernet-rx.c
  1.3       +3 -59     src/sys/mips/cavium/octe/ethernet-sgmii.c
  1.3       +3 -59     src/sys/mips/cavium/octe/ethernet-xaui.c
  1.5       +2 -23     src/sys/mips/cavium/octe/ethernet.c



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