Skip to content

Commit

Permalink
iommu/amd: Document ivrs_ioapic and ivrs_hpet parameters
Browse files Browse the repository at this point in the history
Document the new kernel commandline parameters in the
appropriate file.

Reviewed-by: Shuah Khan <shuahkhan@gmail.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
  • Loading branch information
Joerg Roedel committed Apr 19, 2013
1 parent dfbb6d4 commit 7d8bfa2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,20 @@ bytes respectively. Such letter suffixes can also be entirely omitted.

iucv= [HW,NET]

ivrs_ioapic [HW,X86_64]
Provide an override to the IOAPIC-ID<->DEVICE-ID
mapping provided in the IVRS ACPI table. For
example, to map IOAPIC-ID decimal 10 to
PCI device 00:14.0 write the parameter as:
ivrs_ioapic[10]=00:14.0

ivrs_hpet [HW,X86_64]
Provide an override to the HPET-ID<->DEVICE-ID
mapping provided in the IVRS ACPI table. For
example, to map HPET-ID decimal 0 to
PCI device 00:14.0 write the parameter as:
ivrs_hpet[0]=00:14.0

js= [HW,JOY] Analog joystick
See Documentation/input/joystick.txt.

Expand Down

0 comments on commit 7d8bfa2

Please sign in to comment.