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 ath@pci (mini-PCIe expansion slot)



details:   https://anonhg.NetBSD.org/src/rev/26344b198088
branches:  trunk
changeset: 338135:26344b198088
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon May 11 21:46:50 2015 +0000

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

diffstat:

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

diffs (21 lines):

diff -r b0b71dfe4a2d -r 26344b198088 sys/arch/evbarm/conf/JETSONTK1
--- a/sys/arch/evbarm/conf/JETSONTK1    Mon May 11 21:26:41 2015 +0000
+++ b/sys/arch/evbarm/conf/JETSONTK1    Mon May 11 21:46:50 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index