summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-07-08 06:10:29 +0000
committeradrian <adrian@FreeBSD.org>2013-07-08 06:10:29 +0000
commit21c0548fca670ba977e2f0a090d620b3bb17bf72 (patch)
treeea0b866bfffcba142016cc97a45031205525cebd /sys/mips
parentb5e7d8f60c4276d6e645620ec58368bd445f36a2 (diff)
downloadFreeBSD-src-21c0548fca670ba977e2f0a090d620b3bb17bf72.zip
FreeBSD-src-21c0548fca670ba977e2f0a090d620b3bb17bf72.tar.gz
Add AR9341, AR9342, AR9344 SoC types.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/atheros/ar71xx_setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/atheros/ar71xx_setup.h b/sys/mips/atheros/ar71xx_setup.h
index 5d77c61..1736369 100644
--- a/sys/mips/atheros/ar71xx_setup.h
+++ b/sys/mips/atheros/ar71xx_setup.h
@@ -41,6 +41,9 @@ enum ar71xx_soc_type {
AR71XX_SOC_AR9132,
AR71XX_SOC_AR9330,
AR71XX_SOC_AR9331,
+ AR71XX_SOC_AR9341,
+ AR71XX_SOC_AR9342,
+ AR71XX_SOC_AR9344,
};
extern enum ar71xx_soc_type ar71xx_soc;
OpenPOWER on IntegriCloud