Module Name:    src
Committed By:   jmcneill
Date:           Mon May 11 21:46:50 UTC 2015

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

Log Message:
add ath@pci (mini-PCIe expansion slot)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/sys/arch/evbarm/conf/JETSONTK1:1.15
--- src/sys/arch/evbarm/conf/JETSONTK1:1.14	Sun May 10 23:51:08 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Mon May 11 21:46:50 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: JETSONTK1,v 1.14 2015/05/10 23:51:08 jmcneill Exp $
+#	$NetBSD: JETSONTK1,v 1.15 2015/05/11 21:46:50 jmcneill Exp $
 #
 #	NVIDIA Jetson TK1 - Tegra K1 development kit
 #	https://developer.nvidia.com/jetson-tk1
@@ -63,6 +63,10 @@ re*		at pci? dev ? function ?	# Realtek 
 rgephy*		at mii? phy ?
 ukphy*		at mii? phy ?
 
+# Mini-PCIe Wireless
+ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
+include "external/isc/atheros_hal/conf/std.ath_hal"
+
 # UART
 com3		at tegraio? port 3	# UART-D
 options 	CONSADDR=0x70006300, CONSPEED=115200

Reply via email to