Module Name: src
Committed By: christos
Date: Thu Aug 11 09:06:20 UTC 2016
Modified Files:
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: tcu.4
Log Message:
TURBOchannel usb/gpio driver from Felix Deichmann
To generate a diff of this commit:
cvs rdiff -u -r1.628 -r1.629 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/tcu.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.628 src/share/man/man4/Makefile:1.629
--- src/share/man/man4/Makefile:1.628 Sun May 1 06:21:01 2016
+++ src/share/man/man4/Makefile Thu Aug 11 05:06:20 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.628 2016/05/01 10:21:01 nonaka Exp $
+# $NetBSD: Makefile,v 1.629 2016/08/11 09:06:20 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -61,7 +61,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 a
sm.4 smsh.4 sn.4 sony.4 spc.4 speaker.4 spif.4 sqphy.4 ss.4 \
st.4 ste.4 stge.4 sti.4 stpcide.4 sv.4 strip.4 \
svwsata.4 swsensor.4 swwdog.4 sysmon.4 \
- tap.4 tc.4 tcds.4 tcp.4 tdvfb.4 termios.4 tfb.4 thinkpad.4 \
+ tap.4 tc.4 tcds.4 tcp.4 tcu.4 tdvfb.4 termios.4 tfb.4 thinkpad.4 \
ti.4 tl.4 tlp.4 tlphy.4 tpm.4 tprof.4 tr.4 tra.4 \
trm.4 tty.4 tun.4 tqphy.4 twa.4 twe.4 txp.4 \
uark.4 ubsec.4 udp.4 uep.4 ug.4 uha.4 uk.4 ukphy.4 unix.4 userconf.4 \
Added files:
Index: src/share/man/man4/tcu.4
diff -u /dev/null src/share/man/man4/tcu.4:1.1
--- /dev/null Thu Aug 11 05:06:20 2016
+++ src/share/man/man4/tcu.4 Thu Aug 11 05:06:20 2016
@@ -0,0 +1,57 @@
+.\" $NetBSD: tcu.4,v 1.1 2016/08/11 09:06:20 christos Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Gregory McGarry.
+.\"
+.\" 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 August 9, 2016
+.Dt TCU 4
+.Os
+.Sh NAME
+.Nm tcu
+.Nd TURBOchannel USB host options
+.Sh SYNOPSIS
+.Cd "tcu* at tc? slot ? offset ?"
+.Pp
+.Cd "slhci* at tcu?"
+.Cd "usb* at slhci?"
+.Pp
+.Cd "gpio* at gpiobus?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the flxd TC-USB TURBOchannel USB host options based
+upon a Cypress SL811HST USB 1.1 host controller and a glue logic CPLD. USB is
+handled by the
+.Xr slhci 4
+driver. Eight GPIO pins provided by the CPLD can be accessed through the
+.Xr gpio 4
+driver.
+.Sh SEE ALSO
+.Xr gpio 4 ,
+.Xr slhci 4 ,
+.Xr tc 4 ,
+.Xr usb 4