Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add support for the AR5BHB63 ath(4) (th...



details:   https://anonhg.NetBSD.org/src/rev/0214d669e715
branches:  trunk
changeset: 341699:0214d669e715
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Nov 18 18:04:45 2015 +0000

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

diffstat:

 sys/arch/evbarm/conf/JETSONTK1 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1074d8e269cf -r 0214d669e715 sys/arch/evbarm/conf/JETSONTK1
--- a/sys/arch/evbarm/conf/JETSONTK1    Wed Nov 18 17:12:06 2015 +0000
+++ b/sys/arch/evbarm/conf/JETSONTK1    Wed Nov 18 18:04:45 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index