mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
Add a boot menu option to disable using the IO APIC for IRQ handling and fallback to PIC.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28686 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
54cea88338
commit
7613c6c7ca
@ -47,6 +47,12 @@ platform_add_menus(Menu *menu)
|
||||
item->SetHelpText("Disables Advanced Configuration and Power "
|
||||
"Interface hardware support, overriding the ACPI setting "
|
||||
"in the kernel settings file.");
|
||||
|
||||
menu->AddItem(item = new(nothrow) MenuItem("Disable IO-APIC"));
|
||||
item->SetType(MENU_ITEM_MARKABLE);
|
||||
item->SetData(B_SAFEMODE_DISABLE_IOAPIC);
|
||||
item->SetHelpText("Disables using the IO APIC for interrupt handling, "
|
||||
"forcing instead the use of the PIC.");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user