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/socppc | |
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/socppc')
-rw-r--r-- | sys/arch/socppc/conf/files.socppc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/socppc/conf/files.socppc b/sys/arch/socppc/conf/files.socppc index 6b462634a1e..b4a5739331a 100644 --- a/sys/arch/socppc/conf/files.socppc +++ b/sys/arch/socppc/conf/files.socppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.socppc,v 1.11 2013/11/04 14:07:16 deraadt Exp $ +# $OpenBSD: files.socppc,v 1.12 2014/07/11 21:54:38 tedu Exp $ # # macppc-specific configuration info @@ -101,11 +101,6 @@ attach ehci at obio with ehci_obio file arch/socppc/dev/ehci_obio.c ehci # -# Bluetooth -# -include "dev/bluetooth/files.bluetooth" - -# # Machine-independent I2C drivers # include "dev/i2c/files.i2c" |