From owner-p4-projects@FreeBSD.ORG Sat Oct 11 20:04:04 2014 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8272D96E; Sat, 11 Oct 2014 20:04:04 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23E24899 for ; Sat, 11 Oct 2014 20:04:04 +0000 (UTC) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1124D178 for ; Sat, 11 Oct 2014 20:04:04 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.9/8.14.9) with ESMTP id s9BK434U040137 for ; Sat, 11 Oct 2014 20:04:03 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.9/8.14.9/Submit) id s9BK43a9040134 for perforce@freebsd.org; Sat, 11 Oct 2014 20:04:03 GMT (envelope-from jhb@freebsd.org) Date: Sat, 11 Oct 2014 20:04:03 GMT Message-Id: <201410112004.s9BK43a9040134@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 1201503 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 20:04:04 -0000 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; } /*