PERFORCE change 100808 for review

John Birrell jb at FreeBSD.org
Thu Jul 6 22:15:35 UTC 2006


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

Change 100808 by jb at jb_freebsd2 on 2006/07/06 22:15:19

	The last integration sucked in some work in progress.
	
	Make this file compile again on i386.

Affected files ...

.. //depot/projects/dtrace/src/sys/dev/mpt/mpt_pci.c#8 edit

Differences ...

==== //depot/projects/dtrace/src/sys/dev/mpt/mpt_pci.c#8 (text+ko) ====

@@ -679,7 +679,7 @@
 	 * Align at byte boundaries,
 	 * Limit to 32-bit addressing for request/reply queues.
 	 */
-	if (mpt_dma_tag_create(mpt, /*parent*/bus_get_dma_tag(dev),
+	if (mpt_dma_tag_create(mpt, /*parent*/ NULL /* XXX bus_get_dma_tag(dev) */,
 	    /*alignment*/1, /*boundary*/0, /*lowaddr*/BUS_SPACE_MAXADDR,
 	    /*highaddr*/BUS_SPACE_MAXADDR, /*filter*/NULL, /*filterarg*/NULL,
 	    /*maxsize*/BUS_SPACE_MAXSIZE_32BIT,


More information about the p4-projects mailing list