In /usr/src/sys/dev/bktr/bktr_card.c the line #define PCI_VENDOR_LEADTEK_ALT 0x6606 should be changed to read #define PCI_VENDOR_LEADTEK_ALT 0x107d With it set to 0x6606 it refuses to ID the Leadtek Winfast TV 2000 card correctly because that is the card's model, where 0x107d is Leadtek's actual vendor id. Fix: Change the line #define PCI_VENDOR_LEADTEK_ALT 0x6606 in /usr/src/sys/dev/bktr/bktr_card.c to read #define PCI_VENDOR_LEADTEK_ALT 0x107d
State Changed From-To: open->patched Patch committed to HEAD (with one more Vendor ID obtained from NetBSD).
State Changed From-To: patched->closed The fix MFC'ed to RELENG_4, thanks!