svn commit: r280662 - stable/9/sys/dev/alc

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


Author: yongari
Date: Thu Mar 26 05:13:03 2015
New Revision: 280662
URL: https://svnweb.freebsd.org/changeset/base/280662

Log:
  MFC r277907:
    Correct device description message.

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

Modified: stable/9/sys/dev/alc/if_alc.c
==============================================================================
--- stable/9/sys/dev/alc/if_alc.c	Thu Mar 26 05:12:30 2015	(r280661)
+++ stable/9/sys/dev/alc/if_alc.c	Thu Mar 26 05:13:03 2015	(r280662)
@@ -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