Module Name:    src
Committed By:   jmcneill
Date:           Fri May 29 23:18:30 UTC 2015

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

Log Message:
Replace ath with athn, and attach gpiorfkill to GPIO X7


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 src/sys/arch/evbarm/conf/JETSONTK1:1.23
--- src/sys/arch/evbarm/conf/JETSONTK1:1.22	Mon May 18 20:36:42 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Fri May 29 23:18:30 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: JETSONTK1,v 1.22 2015/05/18 20:36:42 jmcneill Exp $
+#	$NetBSD: JETSONTK1,v 1.23 2015/05/29 23:18:30 jmcneill Exp $
 #
 #	NVIDIA Jetson TK1 - Tegra K1 development kit
 #	https://developer.nvidia.com/jetson-tk1
@@ -49,6 +49,7 @@ tegracar0	at tegraio?		# CAR
 # GPIO controller
 tegragpio0	at tegraio?		# GPIO
 gpio*		at gpiobus?
+gpiorfkill0	at gpio23 offset 7 mask 1	# WF_EN
 
 # MPIO / Pinmux
 tegrampio0	at tegraio?		# MPIO
@@ -68,8 +69,7 @@ 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"
+athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
 
 # UART
 com3		at tegraio? port 3	# UART-D

Reply via email to