IDE: Configure the IDE control to reflect the initial value of the command register.
This commit is contained in:
parent
aff57202b4
commit
80aa771dbc
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ IdeController::IdeController(Params *p)
|
|||
}
|
||||
primary.select(false);
|
||||
secondary.select(false);
|
||||
|
||||
ioEnabled = (config.command & htole(PCI_CMD_IOSE));
|
||||
bmEnabled = (config.command & htole(PCI_CMD_BME));
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in a new issue