Module Name: src
Committed By: skrll
Date: Tue Oct 15 15:10:57 UTC 2013
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: dwctwo.4
Log Message:
Basic man page for dwctwo.
To generate a diff of this commit:
cvs rdiff -u -r1.1436 -r1.1437 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.602 -r1.603 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/dwctwo.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.1436 src/distrib/sets/lists/man/mi:1.1437
--- src/distrib/sets/lists/man/mi:1.1436 Sun Sep 8 16:01:47 2013
+++ src/distrib/sets/lists/man/mi Tue Oct 15 15:10:57 2013
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1436 2013/09/08 16:01:47 rkujawa Exp $
+# $NetBSD: mi,v 1.1437 2013/10/15 15:10:57 skrll Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -980,6 +980,7 @@
./usr/share/man/cat4/dtv.0 man-sys-catman .cat
./usr/share/man/cat4/dtviic.0 man-sys-catman .cat
./usr/share/man/cat4/dty.0 man-sys-catman .cat
+./usr/share/man/cat4/dwctwo.0 man-sys-catman .cat
./usr/share/man/cat4/ea.0 man-sys-catman .cat
./usr/share/man/cat4/eap.0 man-sys-catman .cat
./usr/share/man/cat4/eb.0 man-sys-catman .cat
@@ -3958,6 +3959,7 @@
./usr/share/man/html4/dtv.html man-sys-htmlman html
./usr/share/man/html4/dtviic.html man-sys-htmlman html
./usr/share/man/html4/dty.html man-sys-htmlman html
+./usr/share/man/html4/dwctwo.html man-sys-htmlman html
./usr/share/man/html4/ea.html man-sys-htmlman html
./usr/share/man/html4/eap.html man-sys-htmlman html
./usr/share/man/html4/eb.html man-sys-htmlman html
@@ -6706,6 +6708,7 @@
./usr/share/man/man4/dtv.4 man-sys-man .man
./usr/share/man/man4/dtviic.4 man-sys-man .man
./usr/share/man/man4/dty.4 man-sys-man .man
+./usr/share/man/man4/dwctwo.4 man-sys-man .man
./usr/share/man/man4/ea.4 man-sys-man .man
./usr/share/man/man4/eap.4 man-sys-man .man
./usr/share/man/man4/eb.4 man-sys-man .man
Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.602 src/share/man/man4/Makefile:1.603
--- src/share/man/man4/Makefile:1.602 Sun Sep 8 15:57:39 2013
+++ src/share/man/man4/Makefile Tue Oct 15 15:10:57 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.602 2013/09/08 15:57:39 rkujawa Exp $
+# $NetBSD: Makefile,v 1.603 2013/10/15 15:10:57 skrll Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -21,7 +21,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 a
clockctl.4 cmdide.4 cmpci.4 cms.4 cnw.4 \
com.4 coram.4 crypto.4 cs80bus.4 cuda.4 cypide.4 cxdtv.4 \
ddb.4 ddc.4 de.4 dge.4 dk.4 dm.4 dmoverio.4 \
- dmphy.4 dpt.4 dpti.4 drm.4 drum.4 dtv.4 dtviic.4 \
+ dmphy.4 dpt.4 dpti.4 drm.4 drum.4 dtv.4 dtviic.4 dwctwo.4 \
eap.4 ebus.4 edc.4 elmc.4 emuxki.4 en.4 envsys.4 ep.4 esh.4 \
esa.4 esiop.4 esm.4 eso.4 et.4 etherip.4 etphy.4 exphy.4 \
fast_ipsec.4 fd.4 filemon.4 finsio.4 flash.4 fpa.4 fms.4 fss.4 fujbp.4 fxp.4 \
Added files:
Index: src/share/man/man4/dwctwo.4
diff -u /dev/null src/share/man/man4/dwctwo.4:1.1
--- /dev/null Tue Oct 15 15:10:58 2013
+++ src/share/man/man4/dwctwo.4 Tue Oct 15 15:10:57 2013
@@ -0,0 +1,51 @@
+.\" $NetBSD: dwctwo.4,v 1.1 2013/10/15 15:10:57 skrll Exp $
+.\"
+.\" Copyright (c) 2013 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Nick Hudson
+.\"
+.\" 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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 July 15, 2013
+.Dt DWCTWO 4
+.Os
+.Sh NAME
+.Nm dwctwo
+.Nd USB DesignWare HS Controller driver
+.Sh SYNOPSIS
+.Cd "dwctwo* at obio?"
+.Cd "usb* at dwctwo?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for DesignWare High Speed Controller as found in the
+Raspberry Pi.
+.Sh SEE ALSO
+.Xr usb 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Nx 7.0 .