Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 20:04:03 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1201503 for review
Message-ID:  <201410112004.s9BK43a9040134@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1201503?ac=10

Change 1201503 by jhb@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;
 }
 
 /*



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