ACPI 5.0/AcpiHelp: Fix for FixedDMA width keyword.

Had incorrect name for the keyword.
This commit is contained in:
Robert Moore 2011-10-07 10:35:22 -07:00 committed by Lin Ming
parent e9c96d5983
commit a039667e48

View File

@ -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"},