diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-23 23:54:08 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-23 23:54:08 +0000 |
commit | f1616508c95d12dfaad2cfd61b40228b3dba6f60 (patch) | |
tree | e224d83d49283fb1e954b30ef4a80a79fbe16064 /hw | |
parent | 6d2896b384e17512e8f12036daabcd575d21f804 (diff) |
Add ast driver/pci id (Carl Switzky, Sun Microsystems)
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/getconfig/getconfig.pl | 5 |
1 files changed, 5 insertions, 0 deletions
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'], |