Enable Bluetooth support.

usbdevices.config includes support for USB Bluetooth.
Tested on an o2 with a PCI USB adapter and Broadcom BCM20702A0 dongle.
This commit is contained in:
sevan 2019-03-23 17:44:49 +00:00
parent 27257970b8
commit 90512ac755
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP3x,v 1.123 2019/03/23 17:38:29 sevan Exp $
# $NetBSD: GENERIC32_IP3x,v 1.124 2019/03/23 17:44:49 sevan Exp $
#
# GENERIC32_IP3x machine description file
#
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32_IP3x-$Revision: 1.123 $"
#ident "GENERIC32_IP3x-$Revision: 1.124 $"
maxusers 32
@ -305,6 +305,8 @@ spkr* at audio? # PC speaker (synthesized)
# MIDI support
midi* at midibus?
include "dev/bluetooth/bluetoothdevices.config"
# Pseudo-Devices
pseudo-device crypto # /dev/crypto device

View File

@ -1,4 +1,4 @@
# $NetBSD: files.sgimips,v 1.53 2015/02/18 16:47:58 macallan Exp $
# $NetBSD: files.sgimips,v 1.54 2019/03/23 17:44:49 sevan Exp $
maxpartitions 16
@ -63,6 +63,7 @@ include "arch/sgimips/gio/files.gio"
#
# Machine-independent IEEE 1394 device support
#
include "dev/bluetooth/files.bluetooth"
include "dev/ieee1394/files.ieee1394"
include "arch/sgimips/conf/majors.sgimips"