Date: Wed, 5 Jan 2005 20:50:35 GMT From: Arne "Wörner" <arne_woerner@yahoo.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/75831: [bktr] [patch] incorrect autodetection of Pinnacle cards Message-ID: <200501052050.j05KoZ3I085483@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/75831; it has been noted by GNATS. From: Arne "Wörner" <arne_woerner@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org, branko@euro.net Cc: Michael Nottebrock <michaelnottebrock@gmx.net>, Branko Lankester <branko@euro.net>, Julian Elischer <julian@elischer.org> Subject: Re: kern/75831: [bktr] [patch] incorrect autodetection of Pinnacle cards Date: Wed, 5 Jan 2005 12:43:09 -0800 (PST) I tested Brankos newest patch together with the suggested patch in kern/73324 (it detects the card automatically from the vendor_id; see appendix B) and it works fine for me with a PCTV Rave card with MT2032 tuner (see appendix A). I think, that should solve Michael's auto detection problem, too... Auto detection is cooler than manually setting the tuner, I think, although manually setting the tuner is quite convinient, too. Thanks... -Arne appendix A: dmesg Jan 5 20:24:18 neo kernel: bktr1: <BrookTree 878> mem 0xdfcfc000-0xdfcfcfff irq 10 at device 9.0 on pci0 Jan 5 20:24:18 neo kernel: bktr1: [GIANT-LOCKED] Jan 5 20:24:18 neo kernel: bktr1: MT2032: Companycode=4d54 Part=04 Revision=04 Jan 5 20:24:18 neo kernel: bktr1: Pinnacle PCTV Rave, MT2032 tuner. appendix B: modified kern/73324 patch if (subsystem_vendor_id == PCI_VENDOR_PINNACLE_ALT || subsystem_vendor_id == PCI_VENDOR_PINNACLE_NEW) { bktr->card = cards[ (card = CARD_MIRO) ]; bktr->card.eepromAddr = eeprom_i2c_address; bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE); goto checkTuner; } __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501052050.j05KoZ3I085483>