diff --git a/ChangeLog b/ChangeLog index 15f4ca66d..4e96cb283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-23 Alan Coopersmith + + * hw/xfree86/getconfig/getconfig.pl: + Add ast driver/pci id (Carl Switzky, Sun Microsystems) + 2006-03-22 Kristian Høgsberg * GL/glx/glxdri.c (__glXDRIscreenProbe): Improve error logging. diff --git a/hw/xfree86/getconfig/getconfig.pl b/hw/xfree86/getconfig/getconfig.pl index 85caf81f5..a540c686b 100644 --- a/hw/xfree86/getconfig/getconfig.pl +++ b/hw/xfree86/getconfig/getconfig.pl @@ -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'],