From owner-freebsd-current@FreeBSD.ORG Tue Nov 23 02:29:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4668616A4CE for ; Tue, 23 Nov 2004 02:29:12 +0000 (GMT) Received: from mirapoint1.tis.cwru.edu (mirapoint1.TIS.CWRU.Edu [129.22.104.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FE143D2F for ; Tue, 23 Nov 2004 02:29:11 +0000 (GMT) (envelope-from jrh29@po.cwru.edu) Received: from [192.168.1.100] (oh-clevelandheights-cdnt1-bg1b-147.clvdoh.adelphia.net [68.170.192.147]) by mirapoint1.tis.cwru.edu (MOS 3.5.4-GR) with ESMTP id DFT13380 (AUTH jrh29); Mon, 22 Nov 2004 21:29:09 -0500 (EST) In-Reply-To: <200411222122.22452.mistry.7@osu.edu> References: <200411222122.22452.mistry.7@osu.edu> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-18-463185603" Message-Id: <76F79122-3CF7-11D9-BA1A-000A95841F44@po.cwru.edu> Content-Transfer-Encoding: 7bit From: Justin Hibbits Date: Mon, 22 Nov 2004 21:29:13 -0500 To: Anish Mistry X-Pgp-Agent: GPGMail 1.0.2 X-Mailer: Apple Mail (2.619) X-Mailman-Approved-At: Tue, 23 Nov 2004 13:16:19 +0000 cc: freebsd-current@freebsd.org Subject: Re: ATI TV Wonder support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 02:29:12 -0000 --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: 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: 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--