diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 21:54:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 21:54:39 +0000 |
commit | 0002bc61dae35baaf16e6e53a1f8d174ada194a3 (patch) | |
tree | fbb2b23af0dc4ad054d299ba031f89514990058b /sys/arch/armv7 | |
parent | d594eaa9376bf79e4bbe522b7eca9f7f682afc24 (diff) |
"It's not the years, honey; it's the mileage."
bluetooth support doesn't work and isn't going anywhere. the current
design is a dead end, and should not be the basis for any future support.
general consensus says to whack it so as to not mislead the unwary.
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/files.armv7 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/armv7/conf/files.armv7 b/sys/arch/armv7/conf/files.armv7 index b379a4bebe7..acdea23b479 100644 --- a/sys/arch/armv7/conf/files.armv7 +++ b/sys/arch/armv7/conf/files.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: files.armv7,v 1.9 2013/11/06 19:03:07 syl Exp $ +# $OpenBSD: files.armv7,v 1.10 2014/07/11 21:54:37 tedu Exp $ maxpartitions 16 maxusers 2 8 64 @@ -49,9 +49,6 @@ include "dev/wsfont/files.wsfont" # Include USB stuff include "dev/usb/files.usb" -# Bluetooth -include "dev/bluetooth/files.bluetooth" - # Machine-independent GPIO drivers include "dev/gpio/files.gpio" |