Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2004 21:29:13 -0500
From:      Justin Hibbits <jrh29@po.cwru.edu>
To:        Anish Mistry <mistry.7@osu.edu>
Cc:        freebsd-current@freebsd.org
Subject:   Re: ATI TV Wonder support
Message-ID:  <76F79122-3CF7-11D9-BA1A-000A95841F44@po.cwru.edu>
In-Reply-To: <200411222122.22452.mistry.7@osu.edu>
References:  <B23E4FA7-3C32-11D9-BA1A-000A95841F44@po.cwru.edu> <200411222122.22452.mistry.7@osu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail-18-463185603
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII; format=flowed

On Nov 22, 2004, at 21:22, Anish Mistry wrote:

> On Sunday 21 November 2004 10:00 pm, Justin Hibbits wrote:
>> This patch gives more or less full ATI TV Wonder support to the bktr
>> driver.
>>
> Awesome.
>> The sound doesn't mute at close, but that might be xawtv's fault, but 
>> I
>> don't know which to accuse or look at.  But, other than that, it seems
>> pretty good.
>>
> I've having some trouble using it though, the sound doesn't seem to 
> work
> just as before.  Is there something extra I need to add to my kernel
> besides bktr?
> On boot:
> bktr0: <BrookTree 878> mem 0xe3101000-0xe3101fff irq 11 at device 8.0 
> on
> pci0
> bktr0: [GIANT-LOCKED]
> bktr0: Detected a MSP3445G-B8 at 0x80
> bktr0: ATI TV Wonder, Philips NTSC tuner, msp3400c stereo.
> pci0: <multimedia> at device 8.1 (no driver attached)
> And when I start it:
> bktr0: Detected a MSP3445G-B8 at 0x80
>
> You should also send-pr this if you haven't already.
>
> Thanks,
>
> -- 
> Anish Mistry
>

Oh, you need to build it with the msp3400c driver, so add the line:

options BKTR_NEW_MSP34XX_DRIVER

to your config file.  The card doesn't have any mux, only that chip, so 
you need the driver.  I've found a hackish solution to the sound 
problem, by resetting the card on exit.  It's horrible, so I won't 
include it in the patch, but it works for me.  If you want to use this 
too, add:

	if (bktr->card.msp3400c )
		msp_dpl_reset( bktr, bktr->msp_addr );

to bktr_core.c, at line 1171.


I'll resend my previous message as a send-pr later, when I have a 
little more time to test it.

- Justin
--
"And now, if you'll excuse me, I'm in the middle of 15 things, all 
annoying" -- Lt. Cmdr Susan Ivanova, Babylon 5

--Apple-Mail-18-463185603
content-type: application/pgp-signature; x-mac-type=70674453;
	name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBoqB9qt29EJDZlM4RAtqIAJ4rw3d4XMDluavDY7C8+AbWgLa3QACfQDs2
a/LKWNDCdQb3GeU6+ibbGdc=
=225h
-----END PGP SIGNATURE-----

--Apple-Mail-18-463185603--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?76F79122-3CF7-11D9-BA1A-000A95841F44>