PERFORCE change 1201503 for review

John Baldwin jhb at FreeBSD.org
Sat Oct 11 20:04:04 UTC 2014


http://p4web.freebsd.org/@@1201503?ac=10

Change 1201503 by jhb at jhb_ralph on 2014/10/11 20:03:51

	EC is now handled correctly.

Affected files ...

.. //depot/projects/multipass/sys/dev/acpica/acpi.c#16 edit

Differences ...

==== //depot/projects/multipass/sys/dev/acpica/acpi.c#16 (text+ko) ====

@@ -1881,14 +1881,11 @@
 
 	/*
 	 * 2. Clocks and timers (to handle early accesses)
-	 * 3. Embedded controllers (to handle early accesses)
 	 */
 	if (acpi_MatchHid(handle, "PNP0100") ||
 	    acpi_MatchHid(handle, "PNP0103") ||
 	    acpi_MatchHid(handle, "PNP0B00"))
 		*order = 2;
-	else if (acpi_MatchHid(handle, "PNP0C09"))
-		*order = 3;
 }
 
 /*


More information about the p4-projects mailing list