Merge pull request #2854 from Cacodemon345/voodoo-cmdfifo2-fix
voodoo: CMDFIFO type 2 is available starting with Voodoo 2
This commit is contained in:
@@ -359,8 +359,8 @@ voodoo_fifo_thread(void *param)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
if (voodoo->type < VOODOO_BANSHEE)
|
if (voodoo->type < VOODOO_2)
|
||||||
fatal("CMDFIFO2: Not Banshee\n");
|
fatal("CMDFIFO2: Not Voodoo 2\n");
|
||||||
mask = (header >> 3);
|
mask = (header >> 3);
|
||||||
addr = 8;
|
addr = 8;
|
||||||
while (mask) {
|
while (mask) {
|
||||||
|
Reference in New Issue
Block a user