From owner-p4-projects Mon Aug 12 19:25:30 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 686D137B401; Mon, 12 Aug 2002 19:25:26 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B49537B400 for ; Mon, 12 Aug 2002 19:25:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C010A43E77 for ; Mon, 12 Aug 2002 19:25:25 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7D2PPJU067312 for ; Mon, 12 Aug 2002 19:25:25 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7D2PPJ3067309 for perforce@freebsd.org; Mon, 12 Aug 2002 19:25:25 -0700 (PDT) Date: Mon, 12 Aug 2002 19:25:25 -0700 (PDT) Message-Id: <200208130225.g7D2PPJ3067309@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 15890 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15890 Change 15890 by peter@peter_daintree on 2002/08/12 19:25:05 revert to vendor (committed in main tree, but this is almost obsolete now that the real problem is understood) Affected files ... .. //depot/projects/ia64/sys/ia64/ia64/machdep.c#43 integrate Differences ... ==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#43 (text+ko) ==== @@ -570,15 +570,6 @@ if (mdp->Type != EfiConventionalMemory) continue; - if (pfn0 >= ia64_btop(0x100000000UL)) { - printf("skipping memory chunk start 0x%lx\n", mdp->PhysicalStart); - continue; - } - if (pfn1 >= ia64_btop(0x100000000UL)) { - printf("skipping memory chunk end 0x%lx\n", mdp->PhysicalStart + mdp->NumberOfPages * 4096); - continue; - } - /* * Wimp out for now since we do not DTRT here with * pci bus mastering (no bounce buffering, for example). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message