svn commit: r276683 - head/sys/mips/atheros
Adrian Chadd
adrian at FreeBSD.org
Mon Jan 5 01:59:46 UTC 2015
Author: adrian
Date: Mon Jan 5 01:59:44 2015
New Revision: 276683
URL: https://svnweb.freebsd.org/changeset/base/276683
Log:
add QCA955x SoC types.
Modified:
head/sys/mips/atheros/ar71xx_setup.h
Modified: head/sys/mips/atheros/ar71xx_setup.h
==============================================================================
--- head/sys/mips/atheros/ar71xx_setup.h Mon Jan 5 01:44:23 2015 (r276682)
+++ head/sys/mips/atheros/ar71xx_setup.h Mon Jan 5 01:59:44 2015 (r276683)
@@ -44,8 +44,10 @@ enum ar71xx_soc_type {
AR71XX_SOC_AR9341,
AR71XX_SOC_AR9342,
AR71XX_SOC_AR9344,
+ AR71XX_SOC_QCA9556,
+ AR71XX_SOC_QCA9558,
};
-extern enum ar71xx_soc_type ar71xx_soc;
+extern enum ar71xx_soc_type ar71xx_soc;
extern void ar71xx_detect_sys_type(void);
extern const char *ar71xx_get_system_type(void);
More information about the svn-src-head
mailing list