Add ast driver/pci id (Carl Switzky, Sun Microsystems)
This commit is contained in:
parent
6d2896b384
commit
f1616508c9
|
@ -1,3 +1,8 @@
|
|||
2006-03-23 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||
|
||||
* hw/xfree86/getconfig/getconfig.pl:
|
||||
Add ast driver/pci id (Carl Switzky, Sun Microsystems)
|
||||
|
||||
2006-03-22 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* GL/glx/glxdri.c (__glXDRIscreenProbe): Improve error logging.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
# $DHD: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.pl,v 1.13 2003/09/23 05:12:07 dawes Exp $
|
||||
# $XdotOrg: $
|
||||
|
||||
#
|
||||
# Copyright 2003 by David H. Dawes.
|
||||
|
@ -165,6 +166,10 @@ if ($debug) {
|
|||
['$vendor == 0xedd8',
|
||||
'apm'],
|
||||
|
||||
# AST
|
||||
['$vendor == 0x1a03',
|
||||
'ast'],
|
||||
|
||||
# ATI
|
||||
['$vendor == 0x1002',
|
||||
'ati'],
|
||||
|
|
Loading…
Reference in New Issue