diff options
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index fd18d7284e4..bacad622569 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.184 2008/11/24 22:31:19 uwe Exp $g +# $OpenBSD: GENERIC,v 1.185 2008/11/26 21:54:20 uwe Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -295,21 +295,21 @@ uvideo* at uhub? video* at uvideo? # Bluetooth controllers -#ubt* at uhub? # USB Bluetooth +ubt* at uhub? # USB Bluetooth # Bluetooth bus support -#bthub* at ubt? +bthub* at ubt? # Bluetooth HID support -#bthidev* at bthub? -#btkbd* at bthidev? -#btms* at bthidev? -#wskbd* at btkbd? mux 1 -#wsmouse* at btms? mux 0 +bthidev* at bthub? +btkbd* at bthidev? +btms* at bthidev? +wskbd* at btkbd? mux 1 +wsmouse* at btms? mux 0 # Bluetooth audio support -#btsco* at bthub? -#audio* at btsco? +btsco* at bthub? +audio* at btsco? # I2C bus support iic* at kiic? |