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/zaurus | |
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/zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 41f6e02f327..5424d90f440 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.11 2005/01/13 23:33:37 drahn Exp $ +# $OpenBSD: GENERIC,v 1.12 2005/01/14 12:21:02 grange Exp $ # # GENERIC machine description file # @@ -123,6 +123,7 @@ uplcom* at uhub? # I/O DATA USB-RSAQ2 serial adapter ucom* at uplcom? umct* at uhub? # MCT USB-RS232 serial adapter ucom* at umct? +#ubt* at uhub? # USB Bluetooth sd* at scsibus? #st* at scsibus? |