Now for real
This commit is contained in:
parent
912af1555a
commit
54cccaa4a7
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ MSIRGBController::MSIRGBController(int sioaddr)
|
|||
|
||||
if((enable & MSI_SIO_RGB_ENABLE_MASK) != MSI_SIO_RGB_ENABLE_MASK)
|
||||
{
|
||||
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_ENABLE, MSI_SIO_RGB_ENABLE_MASK & (enable & !MSI_SIO_RGB_ENABLE_MASK));
|
||||
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_ENABLE, 0xE0);
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue