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;
|
||||
|
||||
case 2:
|
||||
if (voodoo->type < VOODOO_BANSHEE)
|
||||
fatal("CMDFIFO2: Not Banshee\n");
|
||||
if (voodoo->type < VOODOO_2)
|
||||
fatal("CMDFIFO2: Not Voodoo 2\n");
|
||||
mask = (header >> 3);
|
||||
addr = 8;
|
||||
while (mask) {
|
||||
|
Reference in New Issue
Block a user