From 7aba786e88e4ab48602d3e5243d7ebc3764b9b0e Mon Sep 17 00:00:00 2001 From: Uwe Stuehler Date: Wed, 26 Nov 2008 21:54:21 +0000 Subject: Enable Bluetooth (btd and btctl are not hooked into the build yet) --- sys/arch/i386/conf/GENERIC | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'sys/arch/i386/conf/GENERIC') diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a7cec2a8d61..1dfd8ea7e75 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.641 2008/11/24 22:31:19 uwe Exp $ +# $OpenBSD: GENERIC,v 1.642 2008/11/26 21:54:20 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -294,23 +294,23 @@ sdmmc* at sdhc? # SD/MMC bus scsibus* at sdmmc? # SCSI emulation # Bluetooth controllers -#sbt* at sdmmc? # SDIO Bluetooth -#ubt* at uhub? # USB Bluetooth +sbt* at sdmmc? # SDIO Bluetooth +ubt* at uhub? # USB Bluetooth # Bluetooth bus support -#bthub* at sbt? -#bthub* at ubt? +bthub* at sbt? +bthub* at ubt? # Bluetooth HID support -#bthidev* at bthub? -#btkbd* at bthidev? -#btms* at bthidev? -#wskbd* at btkbd? mux 1 -#wsmouse* at btms? mux 0 +bthidev* at bthub? +btkbd* at bthidev? +btms* at bthidev? +wskbd* at btkbd? mux 1 +wsmouse* at btms? mux 0 # Bluetooth audio support -#btsco* at bthub? -#audio* at btsco? +btsco* at bthub? +audio* at btsco? npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? -- cgit v1.2.3