|
2266 | 2266 |
|
2267 | 2267 | ivrs_ioapic [HW,X86-64] |
2268 | 2268 | Provide an override to the IOAPIC-ID<->DEVICE-ID |
2269 | | - mapping provided in the IVRS ACPI table. For |
2270 | | - example, to map IOAPIC-ID decimal 10 to |
2271 | | - PCI device 00:14.0 write the parameter as: |
| 2269 | + mapping provided in the IVRS ACPI table. |
| 2270 | + By default, PCI segment is 0, and can be omitted. |
| 2271 | + For example: |
| 2272 | + * To map IOAPIC-ID decimal 10 to PCI device 00:14.0 |
| 2273 | + write the parameter as: |
2272 | 2274 | ivrs_ioapic[10]=00:14.0 |
| 2275 | + * To map IOAPIC-ID decimal 10 to PCI segment 0x1 and |
| 2276 | + PCI device 00:14.0 write the parameter as: |
| 2277 | + ivrs_ioapic[10]=0001:00:14.0 |
2273 | 2278 |
|
2274 | 2279 | ivrs_hpet [HW,X86-64] |
2275 | 2280 | Provide an override to the HPET-ID<->DEVICE-ID |
2276 | | - mapping provided in the IVRS ACPI table. For |
2277 | | - example, to map HPET-ID decimal 0 to |
2278 | | - PCI device 00:14.0 write the parameter as: |
| 2281 | + mapping provided in the IVRS ACPI table. |
| 2282 | + By default, PCI segment is 0, and can be omitted. |
| 2283 | + For example: |
| 2284 | + * To map HPET-ID decimal 0 to PCI device 00:14.0 |
| 2285 | + write the parameter as: |
2279 | 2286 | ivrs_hpet[0]=00:14.0 |
| 2287 | + * To map HPET-ID decimal 10 to PCI segment 0x1 and |
| 2288 | + PCI device 00:14.0 write the parameter as: |
| 2289 | + ivrs_ioapic[10]=0001:00:14.0 |
2280 | 2290 |
|
2281 | 2291 | ivrs_acpihid [HW,X86-64] |
2282 | 2292 | Provide an override to the ACPI-HID:UID<->DEVICE-ID |
2283 | | - mapping provided in the IVRS ACPI table. For |
2284 | | - example, to map UART-HID:UID AMD0020:0 to |
2285 | | - PCI device 00:14.5 write the parameter as: |
| 2293 | + mapping provided in the IVRS ACPI table. |
| 2294 | + |
| 2295 | + For example, to map UART-HID:UID AMD0020:0 to |
| 2296 | + PCI segment 0x1 and PCI device ID 00:14.5, |
| 2297 | + write the parameter as: |
| 2298 | + ivrs_acpihid[0001:00:14.5]=AMD0020:0 |
| 2299 | + |
| 2300 | + By default, PCI segment is 0, and can be omitted. |
| 2301 | + For example, PCI device 00:14.5 write the parameter as: |
2286 | 2302 | ivrs_acpihid[00:14.5]=AMD0020:0 |
2287 | 2303 |
|
2288 | 2304 | js= [HW,JOY] Analog joystick |
|
0 commit comments