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 builtin WiFi and Bluetooth.



details:   https://anonhg.NetBSD.org/src/rev/58d5e3d9398d
branches:  trunk
changeset: 744162:58d5e3d9398d
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Jan 26 06:50:18 2020 +0000

description:
Add builtin WiFi and Bluetooth.

diffstat:

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

diffs (29 lines):

diff -r e070d52a02d2 -r 58d5e3d9398d sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Sun Jan 26 02:55:47 2020 +0000
+++ b/sys/arch/evbarm/conf/RPI  Sun Jan 26 06:50:18 2020 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.88 2020/01/19 01:25:04 thorpej Exp $
+#      $NetBSD: RPI,v 1.89 2020/01/26 06:50:18 mlelstv Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -134,6 +134,7 @@
 sdmmc*                 at bcmsdhost?
 
 ld*     at sdmmc?
+bwfm*   at      sdmmc?
 
 # On-board USB
 dwctwo*        at fdt?
@@ -238,7 +239,6 @@
 # local configuration
 cinclude "arch/evbarm/conf/RPI.local"
 
-# Bluetooth serial UART devices
-pseudo-device btuart
-pseudo-device bcsp
-pseudo-device bthfive
+# Bluetooth devices
+include "dev/bluetooth/bluetoothdevices.config"
+



Home | Main Index | Thread Index | Old Index