svn commit: r280661 - stable/10/sys/dev/alc

Pyun YongHyeon yongari at FreeBSD.org
Thu Mar 26 05:12:31 UTC 2015


Author: yongari
Date: Thu Mar 26 05:12:30 2015
New Revision: 280661
URL: https://svnweb.freebsd.org/changeset/base/280661

Log:
  MFC r277907:
    Correct device description message.

Modified:
  stable/10/sys/dev/alc/if_alc.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/alc/if_alc.c
==============================================================================
--- stable/10/sys/dev/alc/if_alc.c	Thu Mar 26 05:08:35 2015	(r280660)
+++ stable/10/sys/dev/alc/if_alc.c	Thu Mar 26 05:12:30 2015	(r280661)
@@ -113,11 +113,11 @@ static struct alc_ident alc_ident_table[
 	{ VENDORID_ATHEROS, DEVICEID_ATHEROS_AR8161, 9 * 1024,
 		"Atheros AR8161 PCIe Gigabit Ethernet" },
 	{ VENDORID_ATHEROS, DEVICEID_ATHEROS_AR8162, 9 * 1024,
-		"Atheros AR8161 PCIe Fast Ethernet" },
+		"Atheros AR8162 PCIe Fast Ethernet" },
 	{ VENDORID_ATHEROS, DEVICEID_ATHEROS_AR8171, 9 * 1024,
-		"Atheros AR8161 PCIe Gigabit Ethernet" },
+		"Atheros AR8171 PCIe Gigabit Ethernet" },
 	{ VENDORID_ATHEROS, DEVICEID_ATHEROS_AR8172, 9 * 1024,
-		"Atheros AR8161 PCIe Fast Ethernet" },
+		"Atheros AR8172 PCIe Fast Ethernet" },
 	{ VENDORID_ATHEROS, DEVICEID_ATHEROS_E2200, 9 * 1024,
 		"Killer E2200 Gigabit Ethernet" },
 	{ 0, 0, 0, NULL}


More information about the svn-src-all mailing list