diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-01-14 12:21:03 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-01-14 12:21:03 +0000 |
commit | b0b0183bfdf4a33fc8d502894ebad9057e810fa0 (patch) | |
tree | 06533dac97b0e2531fd103c3b3385b087a9e2419 /sys/arch/macppc/conf | |
parent | 08b6f0f68c7520cadd2a4adba1c4dffad2359e2f (diff) |
ubt(4): USB Bluetooth driver, commented out in all kernel config
files for now.
Adopted from FreeBSD for our netbt stack.
Help in testing by many, ok markus@
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index bd6f46a99d8..ba57ade50ae 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.66 2005/01/03 21:42:54 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.67 2005/01/14 12:21:02 grange Exp $g # # PPC GENERIC config file # @@ -223,6 +223,7 @@ scsibus* at usscanner? #uyap* at uhub? # Y@P firmware loader udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio +#ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver # CardBus bus support |