diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-26 21:54:21 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-26 21:54:21 +0000 |
commit | 7aba786e88e4ab48602d3e5243d7ebc3764b9b0e (patch) | |
tree | bddbfb8743478fb52e0e3492c11b6653cf845726 /sys/arch/alpha/conf | |
parent | 6b70c2bf6263d559aa2a4acad332aa100c4842fd (diff) |
Enable Bluetooth (btd and btctl are not hooked into the build yet)
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 507db039841..c31c722df7b 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.204 2008/11/24 22:31:18 uwe Exp $ +# $OpenBSD: GENERIC,v 1.205 2008/11/26 21:54:20 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -132,21 +132,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? # EV6 Tsunami Core Logic tsc* at mainbus0 |