Kernel: AML implement CreateFieldOp

This commit is contained in:
2024-08-13 18:52:48 +03:00
parent 723e458bd7
commit dd79db6383
2 changed files with 31 additions and 23 deletions

View File

@@ -63,6 +63,8 @@ namespace Kernel::ACPI
return AML::IndexField::parse(context);
case AML::ExtOp::BankFieldOp:
return AML::BankField::parse(context);
case AML::ExtOp::CreateFieldOp:
return AML::BufferField::parse(context);
case AML::ExtOp::OpRegionOp:
return AML::OpRegion::parse(context);
case AML::ExtOp::DeviceOp: