PERFORCE change 43328 for review

Peter Wemm peter at FreeBSD.org
Tue Dec 2 17:11:30 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=43328

Change 43328 by peter at peter_overcee on 2003/12/02 17:11:02

	Allow disabling the apic code without having to disable acpi
	at the same time.  IMHO, this should probably go in 5.2.

Affected files ...

.. //depot/projects/hammer/sys/amd64/acpica/madt.c#21 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/acpica/madt.c#21 (text+ko) ====

@@ -190,7 +190,7 @@
 	XSDT_DESCRIPTOR *xsdt;
 	int i, count;
 
-	if (resource_disabled("acpi", 0))
+	if (resource_disabled("acpi", 0) || resource_disabled("apic", 0))
 		return (ENXIO);
 
 	/*


More information about the p4-projects mailing list