[MPlayer-dev-eng] recent vidix pcidb patch
Diego Biurrun
diego at biurrun.de
Wed May 12 19:07:02 CEST 2004
Ville Syrjälä writes:
> On Wed, May 12, 2004 at 02:38:22PM +0200, Diego Biurrun wrote:
> > Ville Syrjälä writes:
> > > On Tue, May 11, 2004 at 07:17:34PM +0400, Vladimir Mosgalin wrote:
> > > > On Tue, 11 May 2004, Diego Biurrun wrote:
> > > > DB>> Imho change it to R350_NJ or R360_NJ, which one do you like better...
> > > > DB>Let me ask once again: Why NJ and not XY or AB? I thought these model
> > > > DB>names were not just random characters...
> > > >
> > > > I don't know! It's just that I always seen on forums that it writes R350 NJ
> > > > for 9800 XT cards.
> > >
> > > The characters are the ASCII representation of the PCI id. At least that's
> > > how it works for older chips.
> >
> > OK, so how are the IDs translated to ASCII?
>
> printf( "%c%c", device_id >> 8, device_id & 0xff );
Thanks, update committed.
Diego
More information about the MPlayer-dev-eng
mailing list