PERFORCE change 57961 for review

Peter Wemm peter at FreeBSD.org
Thu Jul 22 18:58:57 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=57961

Change 57961 by peter at peter_melody on 2004/07/23 01:58:10

	integ -I -b i386_hammer

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/busdma_machdep.c#14 integrate
.. //depot/projects/hammer/sys/amd64/amd64/db_trace.c#18 integrate
.. //depot/projects/hammer/sys/amd64/amd64/pmap.c#96 integrate
.. //depot/projects/hammer/sys/amd64/conf/NOTES#37 integrate

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/busdma_machdep.c#14 (text+ko) ====

@@ -526,7 +526,7 @@
 
 	if ((dmat->lowaddr < ptoa((vm_paddr_t)Maxmem)
 	 || dmat->boundary > 0 || dmat->alignment > 1)
-	 && map->pagesneeded == 0) {
+	 && map != &nobounce_dmamap && map->pagesneeded == 0) {
 		vm_offset_t	vendaddr;
 
 		/*

==== //depot/projects/hammer/sys/amd64/amd64/db_trace.c#18 (text+ko) ====


==== //depot/projects/hammer/sys/amd64/amd64/pmap.c#96 (text+ko) ====


==== //depot/projects/hammer/sys/amd64/conf/NOTES#37 (text+ko) ====

@@ -4,7 +4,7 @@
 # This file contains machine dependent kernel configuration notes.  For
 # machine independent notes, look in /sys/conf/NOTES.
 #
-# (XXX from i386:NOTES,v 1.1165)
+# (XXX from i386:NOTES,v 1.1166)
 # $FreeBSD: src/sys/amd64/conf/NOTES,v 1.14 2004/05/17 22:13:14 peter Exp $
 #
 


More information about the p4-projects mailing list