1 | | static uint16 gx00_device_list[] = { |
2 | | 0x2527, /* G450AGP, G550AGP */ |
3 | | 0x0525, /* G400AGP */ |
4 | | 0x0520, /* G200PCI */ |
5 | | 0x0521, /* G200AGP */ |
6 | | 0x1000, /* G100PCI */ |
7 | | 0x1001, /* G100AGP */ |
8 | | 0x051B, /* MGA-2164 PCI Millennium 2 */ |
9 | | 0x051F, /* MGA-2164 AGP Millennium 2 */ |
10 | | 0x0519, /* MGA-2064 PCI Millennium 1 */ |
11 | | //fixme? only support Mystique once we are sure we actually support it... |
12 | | // 0x051A, /* MGA-1064 PCI Mystique 170/220 */ |
| 1 | == Matrox == |
| 2 | If I have missed anything pleas fix it ;) Have taken names etc from Wikipedia and the Chip name from Haiku |
| 3 | |
| 4 | |
| 5 | Driver used : matrox[[BR]] |
| 6 | |
| 7 | Both PCI and AGP[[BR]] |
| 8 | |
| 9 | ||=Card=||=Mode Switching=||=2d acceleration=||=3d acceleration=|| |
| 10 | ||Millennium 1 || Yes || No || No || |
| 11 | ||Millennium 2 || Yes || No || No || |
| 12 | ||G100 || Yes || No || No || |
| 13 | ||G200 || Yes || No || No || |
| 14 | ||G400 || Yes || No || No || |
| 15 | ||G450 || Yes || No || No || |
| 16 | ||G550 || Yes || No || No || |
| 17 | |
| 18 | Don't know if we suport this but code are there.[[BR]] |
| 19 | 3DMystique 170/220 |