Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf Add bluetooth support by default. most ...
details: https://anonhg.NetBSD.org/src/rev/a3939c3fb28d
branches: trunk
changeset: 360531:a3939c3fb28d
user: sevan <sevan%NetBSD.org@localhost>
date: Fri Mar 16 01:12:46 2018 +0000
description:
Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.
diffstat:
sys/arch/macppc/conf/GENERIC | 39 +++++++++++++++++++++++++++++++++++++--
1 files changed, 37 insertions(+), 2 deletions(-)
diffs (60 lines):
diff -r f37d024cb16f -r a3939c3fb28d sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Fri Mar 16 00:56:28 2018 +0000
+++ b/sys/arch/macppc/conf/GENERIC Fri Mar 16 01:12:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.344 2018/02/26 23:09:32 sevan Exp $
+# $NetBSD: GENERIC,v 1.345 2018/03/16 01:12:46 sevan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.344 $"
+#ident "GENERIC-$Revision: 1.345 $"
maxusers 32
@@ -546,6 +546,41 @@
ugensa* at uhub? port ?
ucom* at ugensa?
+# Bluetooth Controller and Device support
+
+# Bluetooth PCMCIA Controllers
+bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
+btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
+
+# Bluetooth USB Controllers
+ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
+
+# Bluetooth Device Hub
+bthub* at bcsp?
+bthub* at bt3c?
+bthub* at btbc?
+bthub* at btuart?
+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 Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
+# Bluetooth Audio support
+btsco* at bthub?
+
# PCI IEEE1394 controllers
fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
Home |
Main Index |
Thread Index |
Old Index