diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-02-17 20:14:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-02-17 20:14:31 +0000 |
commit | cceacd4c79cae4b54873c27059ba25680e8eb00f (patch) | |
tree | a0bf431d24a5ea1450d7a19dc46e29d5a4b947ce /sys/arch/alpha/conf | |
parent | 2e37b816c21981c412db45b5cfbcf4367972d249 (diff) |
Disable sbt and ubt devices. The bluetooth code will sometimes sleep while
holding locks, this is not allowed, and nobody has stepped up to fix this,
so better not lure people into using bluetooth devices.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 0f345eebf78..48eb1cdba03 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.218 2010/11/26 20:13:53 miod Exp $ +# $OpenBSD: GENERIC,v 1.219 2011/02/17 20:14:28 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -132,7 +132,7 @@ uvideo* at uhub? video* at uvideo? # Bluetooth controllers -ubt* at uhub? # USB Bluetooth +ubt* at uhub? disable # USB Bluetooth bthub* at ubt? bthidev* at bthub? # Bluetooth HID support |