Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2003 17:11:28 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43328 for review
Message-ID:  <200312030111.hB31BSgb091088@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=43328

Change 43328 by peter@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);
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312030111.hB31BSgb091088>