Module Name: src Committed By: jakllsch Date: Sun Jan 6 18:30:11 UTC 2013
Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4/man4.evbarm: Makefile Added Files: src/share/man/man4/man4.evbarm: cpsw.4 Log Message: Add man page for cpsw(4). To generate a diff of this commit: cvs rdiff -u -r1.1414 -r1.1415 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.evbarm/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.evbarm/cpsw.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1414 src/distrib/sets/lists/man/mi:1.1415 --- src/distrib/sets/lists/man/mi:1.1414 Wed Jan 2 22:33:19 2013 +++ src/distrib/sets/lists/man/mi Sun Jan 6 18:30:11 2013 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1414 2013/01/02 22:33:19 tron Exp $ +# $NetBSD: mi,v 1.1415 2013/01/06 18:30:11 jakllsch Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -991,6 +991,7 @@ ./usr/share/man/cat4/et.0 man-sys-catman .cat ./usr/share/man/cat4/etherip.0 man-sys-catman .cat ./usr/share/man/cat4/etphy.0 man-sys-catman .cat +./usr/share/man/cat4/evbarm/cpsw.0 man-sys-catman .cat ./usr/share/man/cat4/evbarm/epgpio.0 man-sys-catman .cat ./usr/share/man/cat4/evbarm/intro.0 man-sys-catman .cat ./usr/share/man/cat4/evbarm/iopaau.0 man-sys-catman .cat @@ -3917,6 +3918,7 @@ ./usr/share/man/html4/et.html man-sys-htmlman html ./usr/share/man/html4/etherip.html man-sys-htmlman html ./usr/share/man/html4/etphy.html man-sys-htmlman html +./usr/share/man/html4/evbarm/cpsw.html man-sys-htmlman html ./usr/share/man/html4/evbarm/epgpio.html man-sys-htmlman html ./usr/share/man/html4/evbarm/intro.html man-sys-htmlman html ./usr/share/man/html4/evbarm/iopaau.html man-sys-htmlman html @@ -6613,6 +6615,7 @@ ./usr/share/man/man4/et.4 man-sys-man .man ./usr/share/man/man4/etherip.4 man-sys-man .man ./usr/share/man/man4/etphy.4 man-sys-man .man +./usr/share/man/man4/evbarm/cpsw.4 man-sys-man .man ./usr/share/man/man4/evbarm/epgpio.4 man-sys-man .man ./usr/share/man/man4/evbarm/intro.4 man-sys-man .man ./usr/share/man/man4/evbarm/iopaau.4 man-sys-man .man Index: src/share/man/man4/man4.evbarm/Makefile diff -u src/share/man/man4/man4.evbarm/Makefile:1.4 src/share/man/man4/man4.evbarm/Makefile:1.5 --- src/share/man/man4/man4.evbarm/Makefile:1.4 Fri Feb 27 03:13:55 2009 +++ src/share/man/man4/man4.evbarm/Makefile Sun Jan 6 18:30:10 2013 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2009/02/27 03:13:55 kenh Exp $ +# $NetBSD: Makefile,v 1.5 2013/01/06 18:30:10 jakllsch Exp $ -MAN= epgpio.4 intro.4 iopaau.4 iopwdog.4 +MAN= cpsw.4 epgpio.4 intro.4 iopaau.4 iopwdog.4 MANSUBDIR=/evbarm Added files: Index: src/share/man/man4/man4.evbarm/cpsw.4 diff -u /dev/null src/share/man/man4/man4.evbarm/cpsw.4:1.1 --- /dev/null Sun Jan 6 18:30:12 2013 +++ src/share/man/man4/man4.evbarm/cpsw.4 Sun Jan 6 18:30:11 2013 @@ -0,0 +1,52 @@ +.\" $NetBSD: cpsw.4,v 1.1 2013/01/06 18:30:11 jakllsch Exp $ +.\" +.\" Copyright (c) 2013 Jonathan A. Kollasch +.\" All rights reserved +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.Dd January 6, 2013 +.Dt CPSW 4 +.Os +.Sh NAME +.Nm cpsw +.Nd Texas Insturuments CPSW 3-port Ethernet Switch +.Sh SYNOPSIS +.Cd "cpsw* at obio?" +.Pp +Configuration of PHYs are necessary. See +.Xr mii 4 . +.Sh DESCRIPTION +The +.Nm +driver supports the TI AM335x 3-port Ethernet Switch subsystem. +.Sh +.Sh SEE ALSO +.Xr mii 4 +.Sh HISTORY +The +.Nm +driver appeared in +.Nx 7.0 . +.Sh AUTHORS +.An Jonathan A. Kollasch +.Aq jakll...@netbsd.org