Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-16 | ati wrapper: add DriverRec's and use them | George Sapountzis | |
2008-01-16 | mach64: load for both "ati" and "mach64" as driver names | George Sapountzis | |
similar to r128/radeon | |||
2008-01-16 | mach64: add version (need not match with ati) | George Sapountzis | |
similar to r128/radeon | |||
2008-01-16 | atimisc: rename to mach64 | George Sapountzis | |
2007-08-28 | [mach64] Convert to pci-rework, keeping source-code compatibility.pci-rework | George Sapountzis | |
It still uses the old probe method though, this is due to the ati wrapper. | |||
2007-03-24 | [mach64] Use Mach64Chipsets[] instead of ATIChipNames[]. | George Sapountzis | |
atimisc is PCI-only now, we can get the chip name with xf86TokenToString(). | |||
2007-03-23 | Fold FillIn() back to Probe(). | George Sapountzis | |
2007-03-23 | Move {atimach64,r128,radeon}_probe.c from ati to subdrivers. | George Sapountzis | |
Subdrivers are now loaded from the wrapper Probe function rather than at screen creation time. The wrapper Identify callback only prints chip families now, chip lists are printed when a subdriver is loaded. This also avoids duplication of subdriver Identify callbacks. Unknown radeons should still get a list of known radeon and then probe fails... Probe for atimisc last to avoid needless loading in most cases (r128, radeon). | |||
2007-03-08 | Move atioption.c from ati to atimisc. | George Sapountzis | |
2007-03-08 | Move atiprobe.c from ati to atimisc. | George Sapountzis | |