add manpages for tslot and dbri, update tctrl

This commit is contained in:
macallan 2005-07-17 01:00:31 +00:00
parent ca2db1fe2b
commit 1039a142ea
3 changed files with 114 additions and 5 deletions

View File

@ -0,0 +1,49 @@
.\" $NetBSD: dbri.4,v 1.1 2005/07/17 01:00:31 macallan Exp $
.\"
.\" Copyright (c) 2005 Michael Lorenz
.\" 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.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" 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 16, 2005
.Dt DBRI 4 sparc
.Os
.Sh NAME
.Nm dbri
.Nd SUNW,DBRI audio device driver
.Sh SYNOPSIS
.Cd "dbri* at sbus? slot ? offset ?"
.Cd "audio* at audiobus?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the audio part of DBRI ISDN controllers found in various sun4m class machines, it works with both, onboard codecs and external speakerboxes.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr sbus 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tctrl.4,v 1.2 2004/03/31 21:59:47 wiz Exp $
.\" $NetBSD: tctrl.4,v 1.3 2005/07/17 01:00:31 macallan Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@ -50,10 +50,13 @@ is also used to power the laptop off when the
.Xr reboot 2
system call is used with the
.Ar RB_POWERDOWN
flag is set.
The PCMCIA part of the controller is not yet supported by
.Nx .
flag is set. Power button events are forwarded to
.Xr powerd 8 .
The PCMCIA part of the controller is supported by
.Xr tslot 4 .
.Sh SEE ALSO
.Xr reboot 2 ,
.Xr intro 4 ,
.Xr pnozz 4
.Xr pnozz 4 ,
.Xr tslot 4 ,
.Xr powerd 8

View File

@ -0,0 +1,57 @@
.\" $NetBSD: tslot.4,v 1.1 2005/07/17 01:00:31 macallan Exp $
.\"
.\" Copyright (c) 2005 Michael Lorenz
.\" 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.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" 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.
.\"
.\" ported from OpenBSD
.Dd July 16, 2005
.Dt TSLOT 4 sparc
.Os
.Sh NAME
.Nm tslot
.Nd sbus pcmcia bridge
.Sh SYNOPSIS
.Cd "tslot* at sbus? slot ? offset ?"
.Cd "pcmcia* at tslot? controller ? socket ?"
.Sh DESCRIPTION
.Nm
is a driver for the PCMCIA part of the TS102 chip found in Tadpole SPARCbooks, the microcontroller interface is supported by
.Xr tctrl 4 .
.Sh KERNEL THREAD
Each
.Nm
instance creates a kernel thread, named like the instance.
This thread is used to watch for card insertions and removals, and
handling the attachment and initialization of the card's driver.
.Sh SEE ALSO
.Xr pcmcia 4 ,
.Xr sbus 4 ,
.Xr tctrl 4