Date: Wed, 2 Feb 2005 04:12:00 -0800 (PST) From: Arne "Wörner" <arne_woerner@yahoo.com> To: Julian Elischer <julian@elischer.org> Cc: multimedia@freebsd.org Subject: Re: bktr now broken for me Message-ID: <20050202121200.19075.qmail@web41210.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050202121200.19075.qmail>
