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/sparc64 | |
parent | b8815ae472ee0a130c5df3ae984282c80bd1ad10 (diff) |
Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go)
ok gwk, deraadt
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 8d72b2199ee..f668366d97d 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.179 2007/05/29 04:10:15 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.180 2007/05/31 23:18:25 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -194,12 +194,17 @@ 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 udcf* at uhub? # Gude Expert mouseCLOCK uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? +# Bluetooth controllers +#ubt* at uhub? # USB Bluetooth + +# Bluetooth bus support +#bthub* at ubt? + #### Standard system devices -- all required for a given architecture auxio* at ebus? |