Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add bba(4) man page.



details:   https://anonhg.NetBSD.org/src/rev/a174348dc3c3
branches:  trunk
changeset: 485618:a174348dc3c3
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue May 02 07:17:20 2000 +0000

description:
Add bba(4) man page.

diffstat:

 distrib/sets/lists/man/md_share   |   4 ++-
 share/man/man4/man4.pmax/Makefile |   4 +-
 share/man/man4/man4.pmax/bba.4    |  56 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 3 deletions(-)

diffs (98 lines):

diff -r 97cffa9ee4e2 -r a174348dc3c3 distrib/sets/lists/man/md_share
--- a/distrib/sets/lists/man/md_share   Tue May 02 07:10:19 2000 +0000
+++ b/distrib/sets/lists/man/md_share   Tue May 02 07:17:20 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md_share,v 1.86 2000/05/01 05:33:41 thorpej Exp $
+# $NetBSD: md_share,v 1.87 2000/05/02 07:19:46 augustss Exp $
 ./usr/share/man/cat1/atari/edahdi.0
 ./usr/share/man/cat1/atari/msconfig.0
 ./usr/share/man/cat1/grfinfo.0
@@ -148,6 +148,7 @@
 ./usr/share/man/cat4/pc532/plip.0
 ./usr/share/man/cat4/pc532/scn.0
 ./usr/share/man/cat4/pmax/asc.0
+./usr/share/man/cat4/pmax/bba.0
 ./usr/share/man/cat4/pmax/dc.0
 ./usr/share/man/cat4/pmax/intro.0
 ./usr/share/man/cat4/pmax/ioasic.0
@@ -488,6 +489,7 @@
 ./usr/share/man/man4/pc532/plip.4
 ./usr/share/man/man4/pc532/scn.4
 ./usr/share/man/man4/pmax/asc.4
+./usr/share/man/man4/pmax/bba.4
 ./usr/share/man/man4/pmax/dc.4
 ./usr/share/man/man4/pmax/intro.4
 ./usr/share/man/man4/pmax/ioasic.4
diff -r 97cffa9ee4e2 -r a174348dc3c3 share/man/man4/man4.pmax/Makefile
--- a/share/man/man4/man4.pmax/Makefile Tue May 02 07:10:19 2000 +0000
+++ b/share/man/man4/man4.pmax/Makefile Tue May 02 07:17:20 2000 +0000
@@ -1,7 +1,7 @@
 #      from: @(#)Makefile      8.2 (Berkeley) 2/16/94
-#      $NetBSD: Makefile,v 1.4 1999/12/21 06:15:15 fair Exp $
+#      $NetBSD: Makefile,v 1.5 2000/05/02 07:17:20 augustss Exp $
 
-MAN=    intro.4 asc.4 ioasic.4 dc.4 lk201.4 scc.4 sii.4 tc.4
+MAN=    intro.4 asc.4 bba.4 ioasic.4 dc.4 lk201.4 scc.4 sii.4 tc.4
 #MLINKS=       mem.4 kmem.4
 MANSUBDIR=/pmax
 
diff -r 97cffa9ee4e2 -r a174348dc3c3 share/man/man4/man4.pmax/bba.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.pmax/bba.4    Tue May 02 07:17:20 2000 +0000
@@ -0,0 +1,56 @@
+.\" $NetBSD: bba.4,v 1.1 2000/05/02 07:17:21 augustss Exp $
+.\"
+.\" Copyright (c) 2000 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.
+.\" 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 May 2, 2000
+.Dt BBA 4
+.Os
+.Sh NAME
+.Nm bba
+.Nd Am7930 audio device driver
+.Sh SYNOPSIS
+.Cd "bba*   at tc? slot ? offset ?"
+.Cd "audio* at bba?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Am7930 found on the
+.Tn MAXINE
+family of machines.
+.Sh SEE ALSO
+.Xr audio 4 ,
+.Xr tc 4
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Nx 1.5 .



Home | Main Index | Thread Index | Old Index