Date: Mon, 10 Jan 2011 03:48:41 +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 cvmx-mgmt-port.c cvmx-mgmt-port.h src/sys/mips/cavium ciu.c cvmx_config.h files.octeon1 if_octm.c src/sys/mips/conf OCTEON1 Message-ID: <201101100349.p0A3nAZT040852@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2011-01-10 03:48:41 UTC
FreeBSD src repository
Modified files:
sys/contrib/octeon-sdk cvmx-helper-board.c cvmx-mgmt-port.c
cvmx-mgmt-port.h
sys/mips/cavium ciu.c cvmx_config.h files.octeon1
sys/mips/conf OCTEON1
Added files:
sys/mips/cavium if_octm.c
Log:
SVN rev 217214 on 2011-01-10 03:48:41Z by jmallett
o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range.
o) Add 'octm', a trivial driver for the 10/100 management ports found on some
Octeon systems.
o) Make the Simple Executive's management port helper routines compile on
FreeBSD (namely by not doing math on void pointers.)
o) Add a cvmx_mgmt_port_sendm routine to the Simple Executive to send an mbuf
so there is only one copy in the transmit path, rather than having to first
copy the mbuf to an intermediate buffer and then copy that to the Simple
Executive's transmit ring.
o) Properly work out MII addresses of management ports on the Lanner MR-730.
XXX The MR-730 also needs some patches to the MII read/write routines, but
this is sufficient for now. Media detection will be fixed in the future
when I can spend more time reading the vendor-supplied patches.
Revision Changes Path
1.8 +2 -0 src/sys/contrib/octeon-sdk/cvmx-helper-board.c
1.3 +62 -6 src/sys/contrib/octeon-sdk/cvmx-mgmt-port.c
1.3 +14 -1 src/sys/contrib/octeon-sdk/cvmx-mgmt-port.h
1.4 +1 -1 src/sys/mips/cavium/ciu.c
1.2 +1 -0 src/sys/mips/cavium/cvmx_config.h
1.11 +4 -0 src/sys/mips/cavium/files.octeon1
1.1 +519 -0 src/sys/mips/cavium/if_octm.c (new)
1.13 +3 -0 src/sys/mips/conf/OCTEON1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101100349.p0A3nAZT040852>
