Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2006 06:16:47 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 94973 for review
Message-ID:  <200604110616.k3B6Glxr033614@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94973

Change 94973 by jmg@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;
 };
 



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