diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-24 22:31:20 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-24 22:31:20 +0000 |
commit | 39774bc5a06e7d800f01b8355780ffc7e10eeb1e (patch) | |
tree | 6066b9de456a9fab66fb1a72f20bb5013dafd074 /sys/arch | |
parent | bdb4757cfeae6b165f20e03c3121908fe9ac431f (diff) |
Import btsco(4) from NetBSD to work on it
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 6 |
9 files changed, 45 insertions, 9 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 22a9d742e4c..507db039841 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.203 2008/06/27 05:40:21 brad Exp $ +# $OpenBSD: GENERIC,v 1.204 2008/11/24 22:31:18 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -144,6 +144,10 @@ video* at uvideo? #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + # EV6 Tsunami Core Logic tsc* at mainbus0 diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e3a3ff9535b..71be525c762 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.247 2008/11/22 21:26:47 oga Exp $ +# $OpenBSD: GENERIC,v 1.248 2008/11/24 22:31:18 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -245,6 +245,10 @@ scsibus* at sdmmc? # SCSI emulation #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + isadma0 at isa? option WSDISPLAY_COMPAT_USL # VT handling diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 321c97be70d..af23fedbbe9 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2008/04/07 01:35:20 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.22 2008/11/24 22:31:18 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -167,6 +167,10 @@ onewire* at uow? #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + amphy* at mii? # AMD 79C873 PHYs dcphy* at mii? # Digital Clone PHYs exphy* at mii? # 3Com internal PHYs diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 5eba1940b03..9befcababe2 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.120 2008/08/18 21:55:01 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.121 2008/11/24 22:31:18 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -184,6 +184,10 @@ onewire* at uow? #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* sti0 at uturn? irq 11 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f5dc3919703..a7cec2a8d61 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.640 2008/11/22 21:26:47 oga Exp $ +# $OpenBSD: GENERIC,v 1.641 2008/11/24 22:31:19 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -308,6 +308,10 @@ scsibus* at sdmmc? # SCSI emulation #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? isapnp0 at isa? diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index f8d45578873..57a626c3c77 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 2008/04/12 19:24:49 miod Exp $ +# $OpenBSD: GENERIC,v 1.17 2008/11/24 22:31:19 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -170,5 +170,9 @@ udcf* at uhub? # Gude Expert mouseCLOCK #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + sd* at scsibus? # SCSI disk drives cd* at scsibus? # SCSI CD-ROM drives diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index bf5dd9622d2..fd18d7284e4 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.183 2008/10/23 17:26:26 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.184 2008/11/24 22:31:19 uwe Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -307,6 +307,10 @@ video* at uvideo? #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + # I2C bus support iic* at kiic? iic* at piic? diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 97b1249a8d9..d9fd5222a16 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.222 2008/10/23 17:26:26 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.223 2008/11/24 22:31:19 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -259,6 +259,10 @@ video* at uvideo? #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + # CardBus bus support cardbus* at cardslot? pcmcia* at cardslot? diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index d807f79a167..3872d3b24f5 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.68 2008/02/24 21:49:37 uwe Exp $ +# $OpenBSD: GENERIC,v 1.69 2008/11/24 22:31:19 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -224,6 +224,10 @@ scsibus* at sdmmc? # SCSI emulation #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 +# Bluetooth audio support +#btsco* at bthub? +#audio* at btsco? + # 1-Wire devices option ONEWIREVERBOSE owid* at onewire? # ID |