manpages for new age(4) and atphy(4) drivers.

This commit is contained in:
cegger 2009-01-16 21:27:41 +00:00
parent 361e31839f
commit 72d24efba3
3 changed files with 129 additions and 3 deletions

View File

@ -1,12 +1,13 @@
# $NetBSD: Makefile,v 1.485 2009/01/04 15:34:17 wiz Exp $
# $NetBSD: Makefile,v 1.486 2009/01/16 21:27:41 cegger Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 acpidalb.4 \
adbbt.4 adbkbd.4 adbms.4 \
adc.4 admtemp.4 adv.4 adw.4 agp.4 agr.4 ahb.4 ahc.4 ahcisata.4 ahd.4 \
adc.4 admtemp.4 adv.4 adw.4 age.4 agp.4 agr.4 ahb.4 ahc.4 \
ahcisata.4 ahd.4 \
aiboost.4 alipm.4 amdpm.4 amdtemp.4 amhphy.4 amr.4 aps.4 \
an.4 arcmsr.4 aria.4 artsata.4 ata.4 atalk.4 ataraid.4 \
ath.4 atppc.4 attimer.4 atw.4 \
ath.4 atphy.4 atppc.4 attimer.4 atw.4 \
auacer.4 audio.4 audiocs.4 auich.4 \
auixp.4 autri.4 auvia.4 awi.4 azalia.4 \
battery_pmu.4 bba.4 bce.4 bcsp.4 be.4 bge.4 bnx.4 bha.4 \

91
share/man/man4/age.4 Normal file
View File

@ -0,0 +1,91 @@
.\" $NetBSD: age.4,v 1.1 2009/01/16 21:27:41 cegger Exp $
.\" $OpenBSD: age.4,v 1.2 2009/01/16 06:03:44 jmc Exp $
.\"
.\" Copyright (c) 2009 Kevin Lo <kevlo@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: January 16 2009 $
.Dt AGE 4
.Os
.Sh NAME
.Nm age
.Nd Attansic L1 10/100/Gigabit Ethernet device
.Sh SYNOPSIS
.Cd "age* at pci?"
.Cd "atphy* at mii?"
.Sh DESCRIPTION
The
.Nm
driver provides support for Ethernet interfaces based on the
Attansic L1 Ethernet chipset.
.Pp
The
.Nm
driver supports IPv4 receive IP/TCP/UDP checksum offload and VLAN
tag insertion and stripping.
.Pp
The following
.Ar media
types are supported:
.Pp
.Bl -tag -width autoselect -compact
.It Cm autoselect
Enable autoselection of the media type and options.
.It Cm 10baseT
Set 10Mbps operation.
.It Cm 100baseTX
Set 100Mbps (Fast Ethernet) operation.
.It Cm 1000baseT
Set 1000Mbps (Gigabit Ethernet) operation.
.El
.Pp
For more information on configuring this device, see
.Xr ifconfig 8 .
To view a list of media types and options supported by the card, try
.Ic ifconfig <device> media .
For example,
.Ic ifconfig age0 media .
.Sh SEE ALSO
.Xr arp 4 ,
.Xr atphy 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr netintro 4 ,
.Xr pci 4 ,
.Xr ifconfig 8
.Sh HISTORY
The
.Nm
device driver first appeared in
.Ox 4.5 .
It was then ported to
.Nx 6.0 .
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
.An Pyun YongHyeon
for
.Fx
, ported to
.Ox
by
.An Kevin Lo
.Aq kevlo@openbsd.org
then ported to
.Nx
by
.An Christoph Egger
.Aq cegger@netbsd.org

34
share/man/man4/atphy.4 Normal file
View File

@ -0,0 +1,34 @@
.\" $NetBSD: atphy.4,v 1.1 2009/01/16 21:27:41 cegger Exp $
.\" $OpenBSD: atphy.4,v 1.1 2008/09/26 21:39:34 brad Exp $
.\"
.\" Copyright (c) 2008 Brad Smith <brad@comstyle.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: January 16 2009 $
.Dt ATPHY 4
.Os
.Sh NAME
.Nm atphy
.Nd Attansic Technology F1 10/100/1000 Ethernet PHY
.Sh SYNOPSIS
.Cd "atphy* at mii?"
.Sh DESCRIPTION
The
.Nm
driver supports the Attansic Technology F1 10/100/1000 Ethernet PHY.
.Sh SEE ALSO
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr mii 4 ,
.Xr ifconfig 8