Module Name:    src
Committed By:   jakllsch
Date:           Wed Nov 18 18:04:45 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: JETSONTK1

Log Message:
Add support for the AR5BHB63 ath(4) (the only ath(4) in Half Mini Card
form that isn't supported by athn(4)).


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/conf/JETSONTK1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/JETSONTK1
diff -u src/sys/arch/evbarm/conf/JETSONTK1:1.37 src/sys/arch/evbarm/conf/JETSONTK1:1.38
--- src/sys/arch/evbarm/conf/JETSONTK1:1.37	Wed Nov 11 14:04:12 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Wed Nov 18 18:04:45 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: JETSONTK1,v 1.37 2015/11/11 14:04:12 jakllsch Exp $
+#	$NetBSD: JETSONTK1,v 1.38 2015/11/18 18:04:45 jakllsch Exp $
 #
 #	NVIDIA Jetson TK1 - Tegra K1 development kit
 #	https://developer.nvidia.com/jetson-tk1
@@ -73,6 +73,8 @@ rgephy*		at mii? phy ?
 ukphy*		at mii? phy ?
 
 # Mini-PCIe Wireless
+options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
+ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
 athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
 
 # UART

Reply via email to