Module Name:    src
Committed By:   sevan
Date:           Fri Mar 16 01:12:46 UTC 2018

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

Log Message:
Add bluetooth support by default. most hardware G4 onwards (e.g aluminium
PowerBooks) have Bluetooth installed as standard.


To generate a diff of this commit:
cvs rdiff -u -r1.344 -r1.345 src/sys/arch/macppc/conf/GENERIC

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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.344 src/sys/arch/macppc/conf/GENERIC:1.345
--- src/sys/arch/macppc/conf/GENERIC:1.344	Mon Feb 26 23:09:32 2018
+++ src/sys/arch/macppc/conf/GENERIC	Fri Mar 16 01:12:46 2018
@@ -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 @@ include		"arch/macppc/conf/std.macppc"
 
 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 @@ ucom*   at u3g?
 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
 

Reply via email to