etherigbe: fixup PciCLS if not initialized (qemu)
parent
bc3457726a
commit
7106166b11
|
@ -1958,8 +1958,9 @@ igbepci(void)
|
|||
break;
|
||||
case 0x00:
|
||||
case 0xFF:
|
||||
print("igbe: unusable CLS - %d\n", cls*4);
|
||||
continue;
|
||||
cls = 0x08;
|
||||
pcicfgw8(p, PciCLS, cls);
|
||||
break;
|
||||
case 0x08:
|
||||
case 0x10:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue