Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 01:30:00 -0600 (CST)
From:      Hayley Wesson <hwesson@centurytel.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/47453: Leadtek Winfast TV 2000 card identification error
Message-ID:  <200301250730.h0P7U0ti063875@hwesson.sytes.net>

next in thread | raw e-mail | index | archive | help

>Number:         47453
>Category:       kern
>Synopsis:       Leadtek Winfast TV 2000 card identification error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 00:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hayley Wesson
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hwesson.sytes.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Wed Jan 22 10:00:37 CST 2003 root@p-iii.local:/usr/src/sys/i386/compile/01222003 i386


>Description:
	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.

>How-To-Repeat:
>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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301250730.h0P7U0ti063875>