diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-05-31 23:18:26 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-05-31 23:18:26 +0000 |
commit | ed2b21c65f1d8636724af0bebeb13573c45e2c46 (patch) | |
tree | 25cab422b86cbfcdefbb81eeb614362e050f932a /sys/arch/i386/conf | |
parent | b8815ae472ee0a130c5df3ae984282c80bd1ad10 (diff) |
Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go)
ok gwk, deraadt
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c46ac60f2eb..478c8b76e7b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.564 2007/05/31 18:45:08 uwe Exp $ +# $OpenBSD: GENERIC,v 1.565 2007/05/31 23:18:25 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -246,7 +246,6 @@ 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 uberry* at uhub? # Research In Motion Blackberry ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX @@ -265,8 +264,13 @@ sdhc* at pci? # SD Host Controller sdmmc* at sdhc? # SD/MMC bus scsibus* at sdmmc? # SCSI emulation -# SDIO devices -#sbt* at sdmmc? # Bluetooth +# Bluetooth controllers +#sbt* at sdmmc? # SDIO Bluetooth +#ubt* at uhub? # USB Bluetooth + +# Bluetooth bus support +#bthub* at sbt? +#bthub* at ubt? npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? |