Subject: Re: bluetooth on sparc64
To: Iain Hibbert <plunky@rya-online.net>
From: Garrett D'Amore <garrett_damore@tadpole.com>
List: port-sparc64
Date: 09/10/2006 09:17:59
Iain, I'm curious, why no audio* at btsco?

    -- Garrett

Iain Hibbert wrote:
> Hi,
>    This week I cross-compiled a sparc64/GENERIC kernel with bluetooth
> enabled. I can't test it because I have no hardware, but it does compile
> at least - is it ok to commit the below change to the sparc64 port?
>
> iain
>
> Index: sys/arch/sparc64/conf/files.sparc64
> ===================================================================
> RCS file: /cvsroot/src/sys/arch/sparc64/conf/files.sparc64,v
> retrieving revision 1.101
> diff -u -r1.101 files.sparc64
> --- sys/arch/sparc64/conf/files.sparc64	10 Jul 2006 17:54:08 -0000	1.101
> +++ sys/arch/sparc64/conf/files.sparc64	10 Sep 2006 13:13:32 -0000
> @@ -207,6 +207,9 @@
>  # USB Support
>  include "dev/usb/files.usb"
>
> +# Bluetooth Support
> +include "dev/bluetooth/files.bluetooth"
> +
>  # IEEE1394 Support
>  include "dev/ieee1394/files.ieee1394"
>
> Index: sys/arch/sparc64/conf/GENERIC
> ===================================================================
> RCS file: /cvsroot/src/sys/arch/sparc64/conf/GENERIC,v
> retrieving revision 1.65
> diff -u -r1.65 GENERIC
> --- sys/arch/sparc64/conf/GENERIC	7 Sep 2006 14:23:44 -0000	1.65
> +++ sys/arch/sparc64/conf/GENERIC	10 Sep 2006 13:13:32 -0000
> @@ -775,6 +775,32 @@
>  # PCMCIA audio devices
>  #esl*	at pcmcia? function ?			# ESS 1688 AudioDrive UT
>
> +#### Bluetooth Controller and Device support
> +
> +## Bluetooth PCMCIA Controllers
> +#bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
> +
> +## Bluetooth USB Controllers
> +ubt* at uhub? port ? configuration ? interface ?
> +
> +## Bluetooth Device Hub
> +#bthub* at bt3c?
> +bthub* at ubt?
> +
> +## Bluetooth HID support
> +bthidev* at bthub?
> +
> +## Bluetooth Mouse
> +btms* at bthidev? reportid ?
> +wsmouse* at btms? mux 0
> +
> +## Bluetooth Keyboard
> +btkbd* at bthidev? reportid ?
> +wskbd* at btkbd? console ? mux 1
> +
> +## Bluetooth Audio support
> +btsco* at bthub?
> +
>  #### Audio and video devices
>
>  ## /dev/audio support (`audiocs' plus `audio')
>   


-- 
Garrett D'Amore, Principal Software Engineer
Tadpole Computer / Computing Technologies Division,
General Dynamics C4 Systems
http://www.tadpolecomputer.com/
Phone: 951 325-2134  Fax: 951 325-2191