Bug 67700

Summary: /usr/share/misc/pci_vendors is missing certain Radeon 9200 IDs
Product: Base System Reporter: jau
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.10-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jau 2004-06-08 07:40:16 UTC
      Some Radeon 9200 IDs are not listed in /usr/share/misc/pci_vendors.
The attached patch adds the missing codes.

Also TI 802.11g+ 54/108 Mbps Wireless Adapter (single-chip TNETW1130)
chould be added and is included in the attached patch.

Fix: Simply apply the attached patch below.
(The TAB characters have been preserved by using xcut and xclipboard to
import the patch in the web form.)
How-To-Repeat:       Assuming one has e.g. Sapphire Radeon 9200 dual head card
the output from "pciconf -l -v" shows a couple of unidentified
ATI devices.
After applying the patch the output for these ATI devices becomes...

none0@pci1:0:0: class=0x030000 card=0x7c13174b chip=0x59611002 rev=0x01 hdr=0x00
    vendor   = 'ATI Technologies'
    device   = 'Radeon 9200 (128MB) - Primary'
    class    = display
    subclass = VGA
none1@pci1:0:1: class=0x038000 card=0x7c12174b chip=0x59411002 rev=0x01 hdr=0x00
    vendor   = 'ATI Technologies'
    device   = 'Radeon 9200 (128MB) - Secondary'
    class    = display
Comment 1 Bruce M Simpson freebsd_committer freebsd_triage 2004-06-15 01:38:08 UTC
State Changed
From-To: open->patched

Committed to -CURRENT with edits.
Comment 2 Matteo Riondato 2005-03-29 16:23:22 UTC
This PR can be closed, as the patch was commited (with edits) and
MFCed.
Best Regards

-- 
Rionda aka Matteo Riondato
Disinformato per default
G.U.F.I. Staff Member (http://www.gufi.org)
FreeSBIE Developer (http://www.freesbie.org)
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2005-03-29 18:20:40 UTC
State Changed
From-To: patched->closed

Patch committed and MFCed some time ago