bktr now broken for me

Arne Wörner arne_woerner at yahoo.com
Wed Feb 2 04:12:01 PST 2005


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


More information about the freebsd-multimedia mailing list