[orbis-kernel] ipmi: stub 0x241 sys_ipmimgr_call

This commit is contained in:
DH 2023-08-01 15:41:39 +03:00
parent 8217f2fa7b
commit 1286b4f9ef

View File

@ -1001,6 +1001,12 @@ orbis::SysResult orbis::sys_ipmimgr_call(Thread *thread, uint op, uint kid,
return ErrorCode::INVAL;
}
if (op == 0x241) {
if (result) {
return uwrite<uint>(result, 0);
}
}
if (op == 0x400) {
ORBIS_LOG_TODO("IMPI: connect?");
if (result) {