Date: Wed, 2 Feb 2005 02:52:45 -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: <20050202105245.63483.qmail@web41211.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hiho!
I would like to remember, that the CVS HEAD version of bktr_card.c
produces a little warning during the boot process. This warning
says:
Feb 2 10:44:10 neo kernel: bktr1: Warning - card vendor 0x11bd
(model 0x0012) unknown.
PR kern/73324 suggests, to apply the following 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 ----
***************
This would make the warning disapear...
Thank you.
-Arne
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050202105245.63483.qmail>
