Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/138bf7657142
branches:  trunk
changeset: 456096:138bf7657142
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Apr 22 21:58:56 2019 +0000

description:
Add awge(4) man page

diffstat:

 distrib/sets/lists/man/mi           |   5 +++-
 share/man/man4/man4.evbarm/Makefile |   4 +-
 share/man/man4/man4.evbarm/awge.4   |  45 +++++++++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+), 3 deletions(-)

diffs (94 lines):

diff -r 1aa26f1560d0 -r 138bf7657142 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Mon Apr 22 14:53:51 2019 +0000
+++ b/distrib/sets/lists/man/mi Mon Apr 22 21:58:56 2019 +0000
@@ -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
diff -r 1aa26f1560d0 -r 138bf7657142 share/man/man4/man4.evbarm/Makefile
--- a/share/man/man4/man4.evbarm/Makefile       Mon Apr 22 14:53:51 2019 +0000
+++ b/share/man/man4/man4.evbarm/Makefile       Mon Apr 22 21:58:56 2019 +0000
@@ -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
 
diff -r 1aa26f1560d0 -r 138bf7657142 share/man/man4/man4.evbarm/awge.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.evbarm/awge.4 Mon Apr 22 21:58:56 2019 +0000
@@ -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 .



Home | Main Index | Thread Index | Old Index