mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Add ast driver/pci id (Carl Switzky, Sun Microsystems)
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user