[orbis-kernel] Stub ipmi 0x320

This commit is contained in:
Ivan Chikish 2023-07-13 17:53:46 +03:00
parent aa00adc9ec
commit 42ff87545a

View file

@ -791,6 +791,14 @@ orbis::SysResult orbis::sys_ipmimgr_call(Thread *thread, uint op, uint kid,
return {};
}
if (op == 0x320) {
ORBIS_LOG_TODO("IMPI: sync?");
if (result)
uwrite<uint>(result, 0);
thread->retval[0] = 0;
return {};
}
if (op == 1131 || op == 1024 || op == 800) {
thread->retval[0] = -0x40004; // HACK
return {};