Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src add tra(4) manpage
details: https://anonhg.NetBSD.org/src/rev/32a39c92b26d
branches: trunk
changeset: 579969:32a39c92b26d
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Apr 03 11:56:29 2005 +0000
description:
add tra(4) manpage
diffstat:
distrib/sets/lists/man/mi | 4 +-
share/man/man4/Makefile | 4 +-
share/man/man4/mca.4 | 7 ++-
share/man/man4/tra.4 | 84 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 94 insertions(+), 5 deletions(-)
diffs (166 lines):
diff -r 74cf428fccb4 -r 32a39c92b26d distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Apr 03 11:55:00 2005 +0000
+++ b/distrib/sets/lists/man/mi Sun Apr 03 11:56:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.771 2005/03/28 15:44:26 wiz Exp $
+# $NetBSD: mi,v 1.772 2005/04/03 11:56:29 jdolecek Exp $
./etc/mtree/set.man man-sys-root
./usr/share/info/am-utils.info man-amd-info info
./usr/share/info/as.info man-computil-info bfd,info
@@ -1255,6 +1255,7 @@
./usr/share/man/cat4/tp.0 man-sys-catman .cat
./usr/share/man/cat4/tqphy.0 man-sys-catman .cat
./usr/share/man/cat4/tr.0 man-sys-catman .cat
+./usr/share/man/cat4/tra.0 man-sys-catman .cat
./usr/share/man/cat4/trm.0 man-sys-catman .cat
./usr/share/man/cat4/tty.0 man-sys-catman .cat
./usr/share/man/cat4/tun.0 man-sys-catman .cat
@@ -3458,6 +3459,7 @@
./usr/share/man/man4/tp.4 man-sys-man .man
./usr/share/man/man4/tqphy.4 man-sys-man .man
./usr/share/man/man4/tr.4 man-sys-man .man
+./usr/share/man/man4/tra.4 man-sys-man .man
./usr/share/man/man4/trm.4 man-sys-man .man
./usr/share/man/man4/tty.4 man-sys-man .man
./usr/share/man/man4/tun.4 man-sys-man .man
diff -r 74cf428fccb4 -r 32a39c92b26d share/man/man4/Makefile
--- a/share/man/man4/Makefile Sun Apr 03 11:55:00 2005 +0000
+++ b/share/man/man4/Makefile Sun Apr 03 11:56:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.352 2005/03/25 23:30:56 cube Exp $
+# $NetBSD: Makefile,v 1.353 2005/04/03 11:56:29 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 acardide.4 aceride.4 acphy.4 adc.4 adv.4 \
@@ -36,7 +36,7 @@
sm.4 spc.4 speaker.4 spif.4 spp.4 sqphy.4 ss.4 \
st.4 ste.4 stge.4 sti.4 stpcide.4 sv.4 strip.4 swwdog.4 systrace.4 \
tap.4 tb.4 tc.4 tcds.4 tcp.4 termios.4 tfb.4 ti.4 \
- tl.4 tlp.4 tlphy.4 tp.4 tr.4 trm.4 tty.4 tun.4 \
+ tl.4 tlp.4 tlphy.4 tp.4 tr.4 tra.4 trm.4 tty.4 tun.4 \
tqphy.4 twe.4 txp.4 ubsec.4 udp.4 uep.4 uha.4 uk.4 ukphy.4 \
unix.4 userconf.4 verifiedexec.4 vga.4 vge.4 viaide.4 \
vlan.4 vmmon.4 vmnet.4 vnd.4 vr.4 wd.4 wdc.4 \
diff -r 74cf428fccb4 -r 32a39c92b26d share/man/man4/mca.4
--- a/share/man/man4/mca.4 Sun Apr 03 11:55:00 2005 +0000
+++ b/share/man/man4/mca.4 Sun Apr 03 11:56:29 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mca.4,v 1.17 2002/09/27 22:31:42 wiz Exp $
+.\" $NetBSD: mca.4,v 1.18 2005/04/03 11:56:29 jdolecek Exp $
.\"
.\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,7 +31,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 27, 2002
+.Dd March 3, 2005
.Dt MCA 4
.Os
.Sh NAME
@@ -99,6 +99,8 @@
3Com EtherLink/MC (3c523) Ethernet interface
.It ep
3Com EtherLink III 3c529 Ethernet interface
+.It tra
+Tiara LANCard/E and Standard MicroSystems 3016/MC Ethernet interface
.El
.\"
.Sh SEE ALSO
@@ -112,6 +114,7 @@
.Xr le 4 ,
.Xr ne 4 ,
.Xr tr 4 ,
+.Xr tra 4 ,
.Xr we 4
.\"
.Sh HISTORY
diff -r 74cf428fccb4 -r 32a39c92b26d share/man/man4/tra.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/tra.4 Sun Apr 03 11:56:29 2005 +0000
@@ -0,0 +1,84 @@
+.\" $NetBSD: tra.4,v 1.1 2005/04/03 11:56:29 jdolecek Exp $
+.\"
+.\" Copyright (c) 1999 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 March 3, 2005
+.Dt ATE 4
+.Os
+.Sh NAME
+.Nm tra
+.Nd
+.Tn Fujitsu
+MB86950 based
+.Tn Tiara
+Ethernet cards driver
+.Sh SYNOPSIS
+.Cd "tra* at mca? slot ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports
+.Tn Tiara
+.Tn MCA
+bus
+.Tn Ethernet
+adapters and clones, based on the
+.Tn Fujitsu
+MB86950
+.Tn Ethernet
+controller.
+Supported boards include:
+.Pp
+.Bl -tag -width xxxx -offset indent
+.It Tn Tiara LANCard/E Ethernet Adapter
+.It Tn Standard MicroSystems 3016/MC Ethernet
+.El
+.Sh SEE ALSO
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr mca 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Nx 4.0 .
+.Sh AUTHORS
+The
+.Nm
+driver has been written by
+.An Dave Barnes
+.Aq djb_pizza%ieee.org@localhost .
+.Sh BUGS
+Multicast is not supported. The is no hardware support for multicast,
+and the driver doesn't have software-only solution implemented.
Home |
Main Index |
Thread Index |
Old Index