mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 13:04:16 +03:00
ACPI 5.0/AcpiHelp: Fix for FixedDMA width keyword.
Had incorrect name for the keyword.
This commit is contained in:
parent
e9c96d5983
commit
a039667e48
@ -231,7 +231,7 @@ const AH_ASL_OPERATOR AslOperatorInfo[] =
|
||||
"Index of first least significant bit set"},
|
||||
{"FindSetRightBit", "(Source, Result) => Integer",
|
||||
"Index of first most significant bit set"},
|
||||
{"FixedDMA", "(DmaRequestLine, Channel, DmaTransferWidth, DescriptorName) => Buffer",
|
||||
{"FixedDMA", "(DmaRequestLine, Channel, TransferWidthKeyword, DescriptorName) => Buffer",
|
||||
"Fixed DMA Resource Descriptor macro"},
|
||||
{"FixedIO", "(AddressBase, RangeLength, DescriptorName) => Buffer",
|
||||
"Fixed I/O Resource Descriptor macro"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user