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/hppa/conf/GENERIC | |
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/hppa/conf/GENERIC')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 4abe7f80e14..d48cf442225 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.65 2004/12/08 14:59:42 mickey Exp $ +# $OpenBSD: GENERIC,v 1.66 2005/01/14 12:21:02 grange Exp $ # Machine architecture; required by config(8) machine hppa @@ -129,6 +129,7 @@ pcmcia* at cardslot? #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 sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics |