diff options
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index d56f386bbb0..14b944b8a8e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.211 2011/06/29 20:52:09 matthew Exp $g +# $OpenBSD: GENERIC,v 1.212 2011/07/07 23:41:09 tedu Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -302,16 +302,15 @@ udl* at uhub? wsdisplay* at udl? # Bluetooth controllers -ubt* at uhub? disable # USB Bluetooth -bthub* at ubt? - -bthidev* at bthub? # Bluetooth HID support -btkbd* at bthidev? -btms* at bthidev? -wskbd* at btkbd? mux 1 -wsmouse* at btms? mux 0 -btsco* at bthub? # Bluetooth audio support -audio* at btsco? +#ubt* at uhub? disable # USB Bluetooth +#bthub* at ubt? +#bthidev* at bthub? # Bluetooth HID support +#btkbd* at bthidev? +#btms* at bthidev? +#wskbd* at btkbd? mux 1 +#wsmouse* at btms? mux 0 +#btsco* at bthub? # Bluetooth audio support +#audio* at btsco? # I2C bus support iic* at kiic? |