diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-26 10:12:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-26 10:12:30 +0000 |
commit | 7458cde27acf26f2535641da929da7b6a88cb1a5 (patch) | |
tree | bc976e73ca0a954df7e668ea92cc6e232005a2f3 /share | |
parent | 6e0e5440212a86769e7d776a62388b708d186f69 (diff) |
sxie(4) is only for integrated 'EMAC' 10/100 Ethernet. Make this a bit
more obvious. The Gigabit 'GMAC' controller used by some A20 systems
is not supported.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.armv7/sxie.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/man4.armv7/sxie.4 b/share/man/man4/man4.armv7/sxie.4 index 742299b35af..f97ba78d43d 100644 --- a/share/man/man4/man4.armv7/sxie.4 +++ b/share/man/man4/man4.armv7/sxie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sxie.4,v 1.3 2016/06/11 06:42:16 jsg Exp $ +.\" $OpenBSD: sxie.4,v 1.4 2016/06/26 10:12:29 jsg Exp $ .\" .\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> .\" @@ -14,19 +14,19 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 11 2016 $ +.Dd $Mdocdate: June 26 2016 $ .Dt SXIE 4 armv7 .Os .Sh NAME .Nm sxie -.Nd A1X/A20 Ethernet device +.Nd A1X/A20 EMAC 10/100 Ethernet device .Sh SYNOPSIS .Cd "sxie* at fdt?" .Sh DESCRIPTION The .Nm -driver provides support for the Ethernet device integrated in Allwinner -Technology A1X/A20 SoCs. +driver provides support for the EMAC 10/100 Ethernet device integrated in +Allwinner Technology A1X/A20 SoCs. For more information on configuring this device, see .Xr ifconfig 8 . .Sh SEE ALSO |