Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 19:25:25 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15890 for review
Message-ID:  <200208130225.g7D2PPJ3067309@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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