Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Add mca(4) man page. Xref and add some tr(4)...



details:   https://anonhg.NetBSD.org/src/rev/c1fda0198b3c
branches:  trunk
changeset: 486796:c1fda0198b3c
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun May 28 22:37:46 2000 +0000

description:
Add mca(4) man page.  Xref and add some tr(4) info.

diffstat:

 share/man/man4/Makefile |   4 +-
 share/man/man4/aha.4    |   3 +-
 share/man/man4/isa.4    |   4 +-
 share/man/man4/isapnp.4 |   4 +-
 share/man/man4/mca.4    |  80 +++++++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/tr.4     |   3 +-
 6 files changed, 92 insertions(+), 6 deletions(-)

diffs (171 lines):

diff -r 7d287ad60c8e -r c1fda0198b3c share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sun May 28 22:22:11 2000 +0000
+++ b/share/man/man4/Makefile   Sun May 28 22:37:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.155 2000/05/17 18:15:08 thorpej Exp $
+#      $NetBSD: Makefile,v 1.156 2000/05/28 22:37:46 augustss Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 awi.4 bba.4 \
@@ -8,7 +8,7 @@
        fd.4 fpa.4 fms.4 fxp.4 gre.4 \
        icmp.4 icsphy.4 idp.4 ifmedia.4 inet.4 inphy.4 \
        iophy.4 ip.4 ipip.4 ipkdb.4 iso.4 isp.4 lc.4 lkm.4 lo.4 lxtphy.4 \
-       mainbus.4 mbe.4 md.4 mhzc.4 midi.4 mii.4 mpu.4 mtio.4 \
+       mainbus.4 mbe.4 mca.4 md.4 mhzc.4 midi.4 mii.4 mpu.4 mtio.4 \
        ncr.4 ne.4 netintro.4 ns.4 nsip.4 nsphy.4 ntwoc.4 null.4 \
        opl.4 options.4 pas.4 pcdisplay.4 \
        pciide.4 pckbc.4 pckbd.4 pcppi.4 pcscp.4 pms.4 ppp.4 \
diff -r 7d287ad60c8e -r c1fda0198b3c share/man/man4/aha.4
--- a/share/man/man4/aha.4      Sun May 28 22:22:11 2000 +0000
+++ b/share/man/man4/aha.4      Sun May 28 22:37:46 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: aha.4,v 1.8 2000/05/26 20:56:37 jdolecek Exp $
+.\"    $NetBSD: aha.4,v 1.9 2000/05/28 22:37:46 augustss Exp $
 .\"
 .\" Copyright (c) 1994 James A. Jegers
 .\" All rights reserved.
@@ -53,5 +53,6 @@
 .Xr cd 4 ,
 .Xr ch 4 ,
 .Xr scsi 4 ,
+.Xr mca 4 ,
 .Xr sd 4 ,
 .Xr st 4
diff -r 7d287ad60c8e -r c1fda0198b3c share/man/man4/isa.4
--- a/share/man/man4/isa.4      Sun May 28 22:22:11 2000 +0000
+++ b/share/man/man4/isa.4      Sun May 28 22:37:46 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: isa.4,v 1.21 2000/05/02 11:11:39 augustss Exp $
+.\"    $NetBSD: isa.4,v 1.22 2000/05/28 22:37:46 augustss Exp $
 .\"
 .\" Copyright (c) 1997 Jason R. Thorpe.  All rights reserved.
 .\" Copyright (c) 1997 Jonathan Stone
@@ -181,6 +181,8 @@
 SMC91C9x-based
 .Tn Ethernet
 interfaces.
+.It tr
+TROPIC based token ring interfaces.
 .It we
 Western Digital/SMC 80x3, SMC Elite Ultra, and SMC EtherEZ
 .Tn Ethernet
diff -r 7d287ad60c8e -r c1fda0198b3c share/man/man4/isapnp.4
--- a/share/man/man4/isapnp.4   Sun May 28 22:22:11 2000 +0000
+++ b/share/man/man4/isapnp.4   Sun May 28 22:37:46 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: isapnp.4,v 1.14 1999/12/15 22:07:32 abs Exp $
+.\"    $NetBSD: isapnp.4,v 1.15 2000/05/28 22:37:46 augustss Exp $
 .\"
 .\" Copyright (c) 1997 Jonathan Stone
 .\" All rights reserved.
@@ -82,6 +82,8 @@
 PCnet-PnP Ethernet interfaces based on the successor to the AMD LANCE chip.
 .It ne
 NE2000-compatible Ethernet interfaces.
+.It tr
+TROPIC based token ring interfaces.
 .El
 .\"
 .Ss Sound cards
diff -r 7d287ad60c8e -r c1fda0198b3c share/man/man4/mca.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/mca.4      Sun May 28 22:37:46 2000 +0000
@@ -0,0 +1,80 @@
+.\" $NetBSD: mca.4,v 1.1 2000/05/28 22:37:46 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 28, 2000
+.Dt MCA 4
+.Os
+.Sh NAME
+.Nm mca
+.Nd introduction to machine-independent MCA bus support and drivers
+.Sh SYNOPSIS
+.Cd "mca0 at mainbus?"
+.Cd "XX*  at mca?"
+.Sh INTRODUCTION
+.Nx
+includes a machine-independent
+.Tn MCA
+bus subsystem and several machine-independent
+.Tn MCA
+device drivers.
+.Pp
+.Sh SUPPORTED DEVICES
+.Nx
+includes machine-independent
+.Tn MCA
+drivers, sorted by device type and driver name:
+.Pp
+.\"
+.Ss SCSI controllers
+.Bl -tag -width speaker -offset indent
+.It aha
+Adaptec AHA-1640
+.Tn SCSI
+interface.
+.El
+.\"
+.Ss Network interfaces
+.Bl -tag -width speaker -offset indent
+.It tr
+TROPIC based token ring interfaces.
+.El
+.\"
+.Sh SEE ALSO
+.Xr aha 4 ,
+.Xr tr 4
+.\"
+.Sh HISTORY
+The machine-independent
+.Tn MCA
+subsystem appeared in
+.Nx 1.5 .
diff -r 7d287ad60c8e -r c1fda0198b3c share/man/man4/tr.4
--- a/share/man/man4/tr.4       Sun May 28 22:22:11 2000 +0000
+++ b/share/man/man4/tr.4       Sun May 28 22:37:46 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tr.4,v 1.6 2000/05/26 19:01:51 jdolecek Exp $
+.\"    $NetBSD: tr.4,v 1.7 2000/05/28 22:37:46 augustss Exp $
 .\"
 .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -89,6 +89,7 @@
 .Xr intro 4 ,
 .Xr isa 4 ,
 .Xr isapnp 4 ,
+.Xr mca 4 ,
 .Xr ifconfig 8
 .Sh HISTORY
 The



Home | Main Index | Thread Index | Old Index