Module Name: src
Committed By: jdolecek
Date: Sat Jan 21 20:21:57 UTC 2017
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: xhci.4
Log Message:
add skeleton manpage for xhci(4)
To generate a diff of this commit:
cvs rdiff -u -r1.1545 -r1.1546 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.631 -r1.632 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/xhci.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.1545 src/distrib/sets/lists/man/mi:1.1546
--- src/distrib/sets/lists/man/mi:1.1545 Sat Jan 7 20:49:23 2017
+++ src/distrib/sets/lists/man/mi Sat Jan 21 20:21:57 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1545 2017/01/07 20:49:23 christos Exp $
+# $NetBSD: mi,v 1.1546 2017/01/21 20:21:57 jdolecek Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -2016,6 +2016,7 @@
./usr/share/man/cat4/xenbus.0 man-sys-catman .cat
./usr/share/man/cat4/xennet.0 man-sys-catman .cat
./usr/share/man/cat4/xge.0 man-sys-catman .cat
+./usr/share/man/cat4/xhci.0 man-sys-catman .cat
./usr/share/man/cat4/xi.0 man-sys-catman .cat
./usr/share/man/cat4/xirc.0 man-sys-catman .cat
./usr/share/man/cat4/xpci.0 man-sys-catman .cat
@@ -5040,6 +5041,7 @@
./usr/share/man/html4/xenbus.html man-sys-htmlman html
./usr/share/man/html4/xennet.html man-sys-htmlman html
./usr/share/man/html4/xge.html man-sys-htmlman html
+./usr/share/man/html4/xhci.html man-sys-htmlman html
./usr/share/man/html4/xi.html man-sys-htmlman html
./usr/share/man/html4/xirc.html man-sys-htmlman html
./usr/share/man/html4/xpci.html man-sys-htmlman html
@@ -7995,6 +7997,7 @@
./usr/share/man/man4/xc5k.4 man-sys-man .man
./usr/share/man/man4/xenbus.4 man-sys-man .man
./usr/share/man/man4/xennet.4 man-sys-man .man
+./usr/share/man/man4/xhci.4 man-sys-man .man
./usr/share/man/man4/xge.4 man-sys-man .man
./usr/share/man/man4/xi.4 man-sys-man .man
./usr/share/man/man4/xirc.4 man-sys-man .man
Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.631 src/share/man/man4/Makefile:1.632
--- src/share/man/man4/Makefile:1.631 Sun Nov 20 16:55:18 2016
+++ src/share/man/man4/Makefile Sat Jan 21 20:21:57 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.631 2016/11/20 16:55:18 macallan Exp $
+# $NetBSD: Makefile,v 1.632 2017/01/21 20:21:57 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -83,7 +83,8 @@ MAN+= atu.4 aubtfwl.4 aue.4 axe.4 axen.4
urio.4 url.4 urndis.4 urtw.4 urtwn.4 \
usb.4 uscanner.4 uslsa.4 usmsc.4 usscanner.4 \
ustir.4 uthum.4 utoppy.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 \
- uyurex.4
+ uyurex.4 \
+ xhci.4 \
# Ir devices
MAN+= irframe.4 cir.4 irframetty.4 oboe.4
Added files:
Index: src/share/man/man4/xhci.4
diff -u /dev/null src/share/man/man4/xhci.4:1.1
--- /dev/null Sat Jan 21 20:21:57 2017
+++ src/share/man/man4/xhci.4 Sat Jan 21 20:21:57 2017
@@ -0,0 +1,54 @@
+.\" $NetBSD: xhci.4,v 1.1 2017/01/21 20:21:57 jdolecek Exp $
+.\"
+.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
+.\" 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 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 Jan 21, 2017
+.Dt XHCI 4
+.Os
+.Sh NAME
+.Nm xhci
+.Nd USB eXtensible Host Controller driver
+.Sh SYNOPSIS
+.Cd "xhci* at pci? dev ? function ?"
+.Cd "usb* at xhci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the USB Extensible Host Controller Interface,
+which is used by USB 1.x, 2.0, and 3.x controllers.
+.Sh SEE ALSO
+.Xr ehci 4 ,
+.Xr ohci 4 ,
+.Xr pci 4 ,
+.Xr uhci 4 ,
+.Xr usb 4
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Nx 7.0 .
+.Sh BUGS
+.Nm
+driver is at best experimental.