vgaigfx: fix device id for Ivy Bridge (thanks Kenji)
This commit is contained in:
parent
45e2b4dfe9
commit
0e516cbf48
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ igfxcurregs(VGAscr* scr, int pipe)
|
||||||
if((scr->mmio[(0x70008 | o)/4] & (1<<31)) == 0)
|
if((scr->mmio[(0x70008 | o)/4] & (1<<31)) == 0)
|
||||||
return nil;
|
return nil;
|
||||||
switch(scr->pci->did){
|
switch(scr->pci->did){
|
||||||
case 0x0116: /* Ivy Bridge */
|
case 0x0166: /* Ivy Bridge */
|
||||||
if(pipe > 2)
|
if(pipe > 2)
|
||||||
return nil;
|
return nil;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue