Add awge(4) man page
This commit is contained in:
parent
a2827e3ceb
commit
dc81fb4d95
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1642 2019/03/26 12:22:07 pgoyette Exp $
|
||||
# $NetBSD: mi,v 1.1643 2019/04/22 21:58:56 maya Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -1076,6 +1076,7 @@
|
|||
./usr/share/man/cat4/et.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/etherip.0 man-obsolete obsolete
|
||||
./usr/share/man/cat4/etphy.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/evbarm/awge.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/evbarm/bcmgpio.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/evbarm/cpsw.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/evbarm/epgpio.0 man-sys-catman .cat
|
||||
|
@ -4237,6 +4238,7 @@
|
|||
./usr/share/man/html4/et.html man-sys-htmlman html
|
||||
./usr/share/man/html4/etherip.html man-obsolete obsolete
|
||||
./usr/share/man/html4/etphy.html man-sys-htmlman html
|
||||
./usr/share/man/html4/evbarm/awge.html man-sys-htmlman html
|
||||
./usr/share/man/html4/evbarm/bcmgpio.html man-sys-htmlman html
|
||||
./usr/share/man/html4/evbarm/cpsw.html man-sys-htmlman html
|
||||
./usr/share/man/html4/evbarm/epgpio.html man-sys-htmlman html
|
||||
|
@ -7170,6 +7172,7 @@
|
|||
./usr/share/man/man4/et.4 man-sys-man .man
|
||||
./usr/share/man/man4/etherip.4 man-obsolete obsolete
|
||||
./usr/share/man/man4/etphy.4 man-sys-man .man
|
||||
./usr/share/man/man4/evbarm/awge.4 man-sys-man .man
|
||||
./usr/share/man/man4/evbarm/bcmgpio.4 man-sys-man .man
|
||||
./usr/share/man/man4/evbarm/cpsw.4 man-sys-man .man
|
||||
./usr/share/man/man4/evbarm/epgpio.4 man-sys-man .man
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2017/04/06 14:35:15 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2019/04/22 21:58:57 maya Exp $
|
||||
|
||||
MAN= bcmgpio.4 cpsw.4 epgpio.4 gxio.4 intro.4 iopaau.4 iopwdog.4
|
||||
MAN= awge.4 bcmgpio.4 cpsw.4 epgpio.4 gxio.4 intro.4 iopaau.4 iopwdog.4
|
||||
|
||||
MANSUBDIR=/evbarm
|
||||
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
.\" $NetBSD: awge.4,v 1.1 2019/04/22 21:58:57 maya Exp $
|
||||
.\"
|
||||
.\" written by Maya Rashish, 2019
|
||||
.\" This file is in the Public Domain
|
||||
.\"
|
||||
.Dd April 23, 2019
|
||||
.Dt AWGE 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm awge
|
||||
.Nd DesignWare Gigabit Ethernet
|
||||
.Sh SYNOPSIS
|
||||
.Cd "awge* at fdt?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the DesignWare GMAC Ethernet.
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr ifmedia 4 ,
|
||||
.Xr mii 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Rs
|
||||
.%A Synopsys
|
||||
.%T DesignWare Ethernet GMAC IP
|
||||
.%D April, 2019
|
||||
.%U https://www.synopsys.com/dw/ipdir.php?ds=dwc_ether_mac10_100_1000_unive
|
||||
.Re
|
||||
.Sh HISTORY
|
||||
The name
|
||||
.Nm
|
||||
was chosen due to the hardware appearing in Allwinner boards,
|
||||
but
|
||||
.Nm
|
||||
in use in boards by other manufacturers.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
device driver was written by
|
||||
.An Matt Thomas
|
||||
and
|
||||
.An Martin Husemann .
|
||||
It first appeared in
|
||||
.Nx 7.0 .
|
Loading…
Reference in New Issue