[xserver-commit] xserver/hw/kdrive Makefile.am,1.14,1.15
Eric Anholt
xserver-commit@pdx.freedesktop.org
Wed, 19 Nov 2003 00:33:05 -0800
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive
In directory pdx:/home/anholt/xserver/hw/kdrive
Modified Files:
Makefile.am
Log Message:
- Add PCI information (device/vendor id, bus location) to KdCardAttr
to help with ati, and future DRM drivers.
- Add new "ati" kdrive driver. It has ancestry in the r128 driver
from andersca, but took a detour through being the WIP SiS 300
driver on the way. It supports Radeons (tested on QD VIVO and 7500)
and Rage 128. Current limitations include that it requires depth 16
and that the other Rage 128 PCI IDs aren't included yet.
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am 28 Oct 2003 22:27:35 -0000 1.14
+++ Makefile.am 19 Nov 2003 08:32:33 -0000 1.15
@@ -1,5 +1,5 @@
if KDRIVEVESA
-VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi
+VESA_SUBDIRS = vesa ati mach64 mga nvidia r128 smi
endif
SUBDIRS = \