From owner-freebsd-multimedia@FreeBSD.ORG Wed Feb 2 12:12:01 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300A316A4EF for ; Wed, 2 Feb 2005 12:12:01 +0000 (GMT) Received: from web41210.mail.yahoo.com (web41210.mail.yahoo.com [66.218.93.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E04043D31 for ; Wed, 2 Feb 2005 12:12:01 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 19077 invoked by uid 60001); 2 Feb 2005 12:12:00 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=U8p8z8HIui0fVY5oiBKoIQZ73MxJyrE5N5tp2kjwneuOpAIxnHB8QDuBuATpgNcV0Xo/QNRINl8/ORz1m0Owu9RD4tk19u12dLABEjT/qV2M88GxmrkmfeOW0DjBHGARQaaeg6W5xQ5fQZFAoP+66e7I1pEMP2KLG32c7HfQE2Y= ; Message-ID: <20050202121200.19075.qmail@web41210.mail.yahoo.com> Received: from [83.129.194.146] by web41210.mail.yahoo.com via HTTP; Wed, 02 Feb 2005 04:12:00 PST Date: Wed, 2 Feb 2005 04:12:00 -0800 (PST) From: Arne "Wörner" To: Julian Elischer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: multimedia@freebsd.org Subject: Re: bktr now broken for me X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 12:12:01 -0000 Oops... The patch was not complete... Sorry... Here is the complete patch: *************** *** 724,736 **** goto checkTuner; } - if (subsystem_vendor_id == PCI_VENDOR_PINNACLE_ALT) { - bktr->card = cards[ (card = CARD_MIRO) ]; - bktr->card.eepromAddr = eeprom_i2c_address; - bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE); - goto checkTuner; - } - if (subsystem_vendor_id == 0x10fc && subsystem_id == 0x4020) { bktr->card = cards[ (card = CARD_IO_BCTV3) ]; --- 724,729 ---- *************** *** 739,744 **** --- 732,745 ---- goto checkTuner; } + 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; + } + /* Vendor is unknown. We will use the standard probe code */ /* which may not give best results */ printf("%s: Warning - card vendor 0x%04x (model 0x%04x) unknown.\n", *************** -Arne __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250