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 bluetooth serial uart devices.
details: https://anonhg.NetBSD.org/src/rev/33d647f343a7
branches: trunk
changeset: 355700:33d647f343a7
user: nat <nat%NetBSD.org@localhost>
date: Thu Aug 10 13:48:19 2017 +0000
description:
Add bluetooth serial uart devices.
RPI3 on-board bluetooth controller works with the bthfive pseudo-device.
diffstat:
sys/arch/evbarm/conf/RPI | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c78b0d42c085 -r 33d647f343a7 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI Thu Aug 10 13:40:04 2017 +0000
+++ b/sys/arch/evbarm/conf/RPI Thu Aug 10 13:48:19 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.74 2017/07/30 23:48:32 jmcneill Exp $
+# $NetBSD: RPI,v 1.75 2017/08/10 13:48:19 nat Exp $
#
# RPi -- Raspberry Pi
#
@@ -219,3 +219,8 @@
# local configuration
cinclude "arch/evbarm/conf/RPI.local"
+
+# Bluetooth serial UART devices
+pseudo-device btuart
+pseudo-device bcsp
+pseudo-device bthfive
Home |
Main Index |
Thread Index |
Old Index