Fix initialisation of msi-rgb boards
This commit is contained in:
parent
e3b8ced8ba
commit
912af1555a
1 changed files with 5 additions and 1 deletions
|
|
@ -97,8 +97,12 @@ MSIRGBController::MSIRGBController(int sioaddr)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_CFG_3, ff_val);
|
||||
|
||||
/*-----------------------------------------------------------*\
|
||||
| This seems to be related to some rainbow mode. Deactivated |
|
||||
\*-----------------------------------------------------------*/
|
||||
superio_outb(msi_sioaddr, 0xFD, 0x00);
|
||||
}
|
||||
|
||||
MSIRGBController::~MSIRGBController()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue