| Summary: | /usr/share/misc/pci_vendors is missing certain Radeon 9200 IDs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | jau | ||||
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.10-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->patched Committed to -CURRENT with edits. 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) State Changed From-To: patched->closed Patch committed and MFCed some time ago |
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