From owner-p4-projects@FreeBSD.ORG Mon May 2 15:23:21 2011 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6B93E106576A; Mon, 2 May 2011 15:23:21 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A482F106566B for ; Mon, 2 May 2011 15:23:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 9057B8FC15 for ; Mon, 2 May 2011 15:23:20 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id p42FNKLP056712 for ; Mon, 2 May 2011 15:23:20 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id p42FNKI4056709 for perforce@freebsd.org; Mon, 2 May 2011 15:23:20 GMT (envelope-from jhb@freebsd.org) Date: Mon, 2 May 2011 15:23:20 GMT Message-Id: <201105021523.p42FNKI4056709@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 192464 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 15:23:21 -0000 http://p4web.freebsd.org/@@192464?ac=10 Change 192464 by jhb@jhb_jhbbsd on 2011/05/02 15:23:13 Tidy. Affected files ... .. //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#10 edit Differences ... ==== //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#10 (text+ko) ==== @@ -552,9 +552,9 @@ * that don't have pci busses behind pci bridge, so assuming > 32MB * is likely OK. * - * PCI-PCI bridges may not allocate smaller ranges for their windows, - * but the heuristics here should apply to those, so we allow several - * different end addresses. + * PCI-PCI bridges may allocate smaller ranges for their windows, + * but the heuristics here should apply to those, so we allow + * several different end addresses. */ if (type == SYS_RES_MEMORY && start == 0UL && (end == ~0UL || end == 0xffffffff))