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/loongson/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/loongson/conf')
-rw-r--r-- | sys/arch/loongson/conf/files.loongson | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/files.loongson b/sys/arch/loongson/conf/files.loongson index 46b668181c5..aca9bbb9611 100644 --- a/sys/arch/loongson/conf/files.loongson +++ b/sys/arch/loongson/conf/files.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: files.loongson,v 1.17 2013/11/04 14:07:16 deraadt Exp $ +# $OpenBSD: files.loongson,v 1.18 2014/07/11 21:54:37 tedu Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 @@ -40,7 +40,6 @@ include "dev/mii/files.mii" include "dev/pci/files.pci" include "dev/pckbc/files.pckbc" include "dev/usb/files.usb" -include "dev/bluetooth/files.bluetooth" include "dev/rasops/files.rasops" include "dev/wscons/files.wscons" include "dev/wsfont/files.wsfont" |