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/amd64/conf | |
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/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index f283f4c50fc..e1cd6fa6d6b 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.73 2013/12/19 21:30:02 deraadt Exp $ +# $OpenBSD: files.amd64,v 1.74 2014/07/11 21:54:37 tedu Exp $ maxpartitions 16 maxusers 2 16 128 @@ -205,11 +205,6 @@ file arch/amd64/amd64/nvram.c nvram needs-flag include "dev/usb/files.usb" # -# Bluetooth -# -include "dev/bluetooth/files.bluetooth" - -# # I2C # include "dev/i2c/files.i2c" |