From owner-freebsd-stable@FreeBSD.ORG Thu Mar 19 09:02:38 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D34B10656BE for ; Thu, 19 Mar 2009 09:02:38 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id E8E768FC1F for ; Thu, 19 Mar 2009 09:02:37 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:64695 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with smtp (Exim 4.68) (envelope-from ) id 1LkE8p-00045s-9X for freebsd-stable@FreeBSD.org; Thu, 19 Mar 2009 10:02:20 +0100 Received: (qmail 41047 invoked from network); 19 Mar 2009 10:02:19 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 19 Mar 2009 10:02:19 +0100 Received: (qmail 49331 invoked by uid 1001); 19 Mar 2009 10:02:19 +0100 Date: Thu, 19 Mar 2009 10:02:19 +0100 From: Erik Trulsson To: Robert Noland Message-ID: <20090319090219.GA49247@owl.midgard.homeip.net> References: <1231599679.1837.13.camel@wombat.2hip.net> <1237318671.1728.7.camel@balrog.2hip.net> <1237395643.1738.3.camel@balrog.2hip.net> <1237429357.1738.61.camel@balrog.2hip.net> <20090319061438.GA48484@owl.midgard.homeip.net> <1237446254.6146.45.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1237446254.6146.45.camel@balrog.2hip.net> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1LkE8p-00045s-9X. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1LkE8p-00045s-9X 8c7bbb4e1b664d0c215f845e18007e35 Cc: Greg Rivers , freebsd-x11 , freebsd-stable Subject: Re: [HEADS UP] drm merged to -STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2009 09:02:38 -0000 On Thu, Mar 19, 2009 at 02:04:14AM -0500, Robert Noland wrote: > On Thu, 2009-03-19 at 07:14 +0100, Erik Trulsson wrote: > > On Wed, Mar 18, 2009 at 09:22:37PM -0500, Robert Noland wrote: > > > On Wed, 2009-03-18 at 18:18 -0500, Greg Rivers wrote: > > > > [snip] > > > > > > > > > > I'm curious about why the drm driver calls this card a RV370, while pciconf > > > > and the X server call it a RV380: > > > > pciconf: "RV380 RADEON X600 Series 265MB" > > > > > > I'm not sure where pciconf gets it's data. I would actaully like to > > > look at that. > > > > According to the pciconf(8) manpage: > > > > The PCI vendor/device information database is normally read from > > /usr/share/misc/pci_vendors. This path can be overridden by setting > > the environment variable PCICONF_VENDOR_DATABASE. > > Right, that is just the vendor id though, not the device name string. Have you actually looked at the contents of that file? All the strings describing vendor and device name that pciconf prints can be found in that file. > The reason that I'm curious is that I was trying to extract device name > info from Nvidia cards the other day, without using a static data > source. > > robert. > -- Erik Trulsson ertr1013@student.uu.se