Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2005 04:26:15 -0800 (PST)
From:      Arne "Wörner" <arne_woerner@yahoo.com>
To:        Julian Elischer <julian@elischer.org>
Cc:        multimedia@freebsd.org
Subject:   Re: Pinnacle PCTV TV tuner problem
Message-ID:  <20050114122615.27659.qmail@web41215.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi!

I recommend the new patch by Branko Lancester (PR kern/75831).

Furthermore we should solve PR kern/73324 by substituting the line
  if (subsystem_vendor_id == PCI_VENDOR_PINNACLE_ALT) {
by the lines
  if (subsystem_vendor_id == PCI_VENDOR_PINNACLE_ALT ||
      subsystem_vendor_id == PCI_VENDOR_PINNACLE_NEW) {
(Michael and I tested this change).

Thank you.

Bye
Arne



		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050114122615.27659.qmail>