Subject: bluetooth on sparc64
To: None <port-sparc64@netbsd.org>
From: Iain Hibbert <plunky@rya-online.net>
List: port-sparc64
Date: 09/10/2006 17:03:35
Hi,
This week I cross-compiled a sparc64/GENERIC kernel with bluetooth
enabled. I can't test it because I have no hardware, but it does compile
at least - is it ok to commit the below change to the sparc64 port?
iain
Index: sys/arch/sparc64/conf/files.sparc64
===================================================================
RCS file: /cvsroot/src/sys/arch/sparc64/conf/files.sparc64,v
retrieving revision 1.101
diff -u -r1.101 files.sparc64
--- sys/arch/sparc64/conf/files.sparc64 10 Jul 2006 17:54:08 -0000 1.101
+++ sys/arch/sparc64/conf/files.sparc64 10 Sep 2006 13:13:32 -0000
@@ -207,6 +207,9 @@
# USB Support
include "dev/usb/files.usb"
+# Bluetooth Support
+include "dev/bluetooth/files.bluetooth"
+
# IEEE1394 Support
include "dev/ieee1394/files.ieee1394"
Index: sys/arch/sparc64/conf/GENERIC
===================================================================
RCS file: /cvsroot/src/sys/arch/sparc64/conf/GENERIC,v
retrieving revision 1.65
diff -u -r1.65 GENERIC
--- sys/arch/sparc64/conf/GENERIC 7 Sep 2006 14:23:44 -0000 1.65
+++ sys/arch/sparc64/conf/GENERIC 10 Sep 2006 13:13:32 -0000
@@ -775,6 +775,32 @@
# PCMCIA audio devices
#esl* at pcmcia? function ? # ESS 1688 AudioDrive UT
+#### Bluetooth Controller and Device support
+
+## Bluetooth PCMCIA Controllers
+#bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
+
+## Bluetooth USB Controllers
+ubt* at uhub? port ? configuration ? interface ?
+
+## Bluetooth Device Hub
+#bthub* at bt3c?
+bthub* at ubt?
+
+## Bluetooth HID support
+bthidev* at bthub?
+
+## Bluetooth Mouse
+btms* at bthidev? reportid ?
+wsmouse* at btms? mux 0
+
+## Bluetooth Keyboard
+btkbd* at bthidev? reportid ?
+wskbd* at btkbd? console ? mux 1
+
+## Bluetooth Audio support
+btsco* at bthub?
+
#### Audio and video devices
## /dev/audio support (`audiocs' plus `audio')