diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2019-03-22 09:04:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2019-03-22 09:04:47 +0000 |
commit | 19cd79b7a4dfdb8dcf40a2eb16de976cb0f5ee89 (patch) | |
tree | b894df958e7a2278600c15f6456e2d8d2018c682 /share | |
parent | e4353cec199b22e39c1c388f32d6683be7d3d645 (diff) |
Add support for QCA AR816x/AR817x for alc(4).
Based on FreeBSD via Genadijus Paleckis on tech@, some modifications by me.
Tested with Atheros Killer E2200.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/alc.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/alc.4 b/share/man/man4/alc.4 index ff186520212..b71ade4ccdd 100644 --- a/share/man/man4/alc.4 +++ b/share/man/man4/alc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: alc.4,v 1.4 2013/07/16 16:05:48 schwarze Exp $ +.\" $OpenBSD: alc.4,v 1.5 2019/03/22 09:04:45 kevlo Exp $ .\" .\" Copyright (c) 2009 Kevin Lo <kevlo@openbsd.org> .\" @@ -14,12 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: March 22 2019 $ .Dt ALC 4 .Os .Sh NAME .Nm alc -.Nd Atheros AR813x/AR815x 10/100/Gigabit Ethernet device +.Nd Atheros AR813x/AR815x/AR816x/AR817x 10/100/Gigabit Ethernet device .Sh SYNOPSIS .Cd "alc* at pci?" .Cd "atphy* at mii?" @@ -27,7 +27,7 @@ The .Nm driver provides support for Ethernet interfaces based on the -Atheros AR813x/AR815x Ethernet chipset. +Atheros AR813x/AR815x/AR816x/AR817x Ethernet chipset. .Pp The .Nm |