PERFORCE change 94973 for review

John-Mark Gurney jmg at FreeBSD.org
Tue Apr 11 06:16:48 UTC 2006


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

Change 94973 by jmg at jmg_carbon-60 on 2006/04/11 06:16:45

	other part of previous commit, defines the offset

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/bus_private.h#2 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/bus_private.h#2 (text+ko) ====

@@ -44,6 +44,7 @@
 struct bus_dmamap_res {
 	struct resource		*dr_res;
 	bus_size_t		dr_used;
+	bus_size_t		dr_offset;
 	SLIST_ENTRY(bus_dmamap_res)	dr_link;
 };
 


More information about the p4-projects mailing list