From 98248357d4b71ef1eaf77a8c97d3facdd751264e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 3 Dec 2003 06:58:48 +0000 Subject: [PATCH] Add an additional knob to just disable the apic code without also having to resort to disabling acpi as well. I'll document this in the release notes for amd64. Approved by: re (scottl) --- sys/amd64/acpica/madt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/acpica/madt.c b/sys/amd64/acpica/madt.c index 71be5baf3fef..34065906a116 100644 --- a/sys/amd64/acpica/madt.c +++ b/sys/amd64/acpica/madt.c @@ -190,7 +190,7 @@ madt_probe(void) XSDT_DESCRIPTOR *xsdt; int i, count; - if (resource_disabled("acpi", 0)) + if (resource_disabled("acpi", 0) || resource_disabled("apic", 0)) return (ENXIO); /*