mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
- 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.
This commit is contained in:
parent
e9cb70dae0
commit
7abbcce422
9 changed files with 918 additions and 4 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Reference in a new issue