Module Name:    src
Committed By:   mlelstv
Date:           Sun Jan 26 06:50:19 UTC 2020

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

Log Message:
Add builtin WiFi and Bluetooth.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/evbarm/conf/RPI

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/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.88 src/sys/arch/evbarm/conf/RPI:1.89
--- src/sys/arch/evbarm/conf/RPI:1.88	Sun Jan 19 01:25:04 2020
+++ src/sys/arch/evbarm/conf/RPI	Sun Jan 26 06:50:18 2020
@@ -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 @@ bcmsdhost* 	at fdt?
 sdmmc* 		at bcmsdhost?
 
 ld*     at sdmmc?
+bwfm*   at      sdmmc?
 
 # On-board USB
 dwctwo* 	at fdt?
@@ -238,7 +239,6 @@ pseudo-device	wsfont
 # 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"
+

Reply via email to