Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2004 06:30:42 GMT
From:      "Jukka A. Ukkonen" <jau@iki.fi>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/67700: /usr/share/misc/pci_vendors is missing certain Radeon 9200 IDs
Message-ID:  <200406080630.i586UgnL054456@www.freebsd.org>
Resent-Message-ID: <200406080640.i586eGY3013636@freefall.freebsd.org>

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

>Number:         67700
>Category:       conf
>Synopsis:       /usr/share/misc/pci_vendors is missing certain Radeon 9200 IDs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 08 06:40:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jukka A. Ukkonen
>Release:        FreeBSD 4.10-STABLE
>Organization:
>Environment:
FreeBSD mjolnir 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Jun  8 08:23:02 EEST 2004     root@mjolnir:/usr/src/sys/compile/Mjolnir  i386

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


>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


>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.)

--- /usr/share/misc/pci_vendors.orig	Wed Dec  3 19:15:39 2003
+++ /usr/share/misc/pci_vendors	Tue Jun  8 09:03:06 2004
@@ -290,6 +290,8 @@
 	5654	215VT222 Mach 64 VT VIDEO XPRESSION
 	5655	Mach 64 VT3
 	5656	Mach64 VT4 PCI (PQFP Package)
+	5961	Radeon 9200 (128MB) - Primary
+	5941	Radeon 9200 (128MB) - Secondary
 	5964	Radeon 9200 Series
 	5D44	Radeon 9200 Series - Secondary
 	700F	A3/U1 PCI to AGP Bridge
@@ -976,6 +978,7 @@
 	8026	TSB43AB21 1394a-2000 OHCI PHY/link-layer Controller
 	8027	PCI4451 OHCI-Lynx IEEE-1394 FireWire Adapter
 	8400	802.11b+ 22Mbps Wireless Adapter
+	9066	802.11g+ 54/108 Mbps Wireless Adapter (single-chip TNETW1130)
 	A001	TDC1570 64-Bit PCI ATM Interface
 	A100	TDC1561 32-Bit PCI ATM Interface
 	A102	TNETA1575 HyperSAR Plus w/PCI Host interface & UTOPIA Interface

>Release-Note:
>Audit-Trail:
>Unformatted:



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