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/hppa/conf | |
parent | 6b70c2bf6263d559aa2a4acad332aa100c4842fd (diff) |
Enable Bluetooth (btd and btctl are not hooked into the build yet)
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 9befcababe2..a7498a8dbcf 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.121 2008/11/24 22:31:18 uwe Exp $ +# $OpenBSD: GENERIC,v 1.122 2008/11/26 21:54:20 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -172,21 +172,21 @@ uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? # 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? sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* |