summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-14 12:21:03 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-14 12:21:03 +0000
commitb0b0183bfdf4a33fc8d502894ebad9057e810fa0 (patch)
tree06533dac97b0e2531fd103c3b3385b087a9e2419 /sys/arch
parent08b6f0f68c7520cadd2a4adba1c4dffad2359e2f (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')
-rw-r--r--sys/arch/alpha/conf/GENERIC3
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-rw-r--r--sys/arch/cats/conf/GENERIC3
-rw-r--r--sys/arch/hppa/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/macppc/conf/GENERIC3
-rw-r--r--sys/arch/sparc64/conf/GENERIC3
-rw-r--r--sys/arch/zaurus/conf/GENERIC3
8 files changed, 16 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 9457db23256..06ba160d60d 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.139 2005/01/06 21:32:56 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.140 2005/01/14 12:21:01 grange Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
machine alpha
@@ -106,6 +106,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
# EV6 Tsunami Core Logic
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 09035f27e79..deca9a50fcc 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.51 2005/01/08 17:45:36 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.52 2005/01/14 12:21:01 grange Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -131,6 +131,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
# FireWire Controllers
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC
index fb141d01c93..d66c9c089e6 100644
--- a/sys/arch/cats/conf/GENERIC
+++ b/sys/arch/cats/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.18 2005/01/06 21:32:56 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.19 2005/01/14 12:21:02 grange Exp $
#
# GENERIC machine description file
#
@@ -216,6 +216,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
# Audio Devices
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
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index de485af539d..f00eff3a8b0 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.398 2005/01/14 02:52:06 pvalchev Exp $
+# $OpenBSD: GENERIC,v 1.399 2005/01/14 12:21:02 grange Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -173,6 +173,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
# FireWire Controllers
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
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 1efc1c56a42..2a2f66ae42e 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.115 2004/12/30 13:06:58 dlg Exp $
+# $OpenBSD: GENERIC,v 1.116 2005/01/14 12:21:02 grange Exp $
# $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $
machine sparc64
@@ -144,6 +144,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
#### Standard system devices -- all required for a given architecture
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?