PERFORCE change 94800 for review

John-Mark Gurney jmg at FreeBSD.org
Sat Apr 8 07:26:46 UTC 2006


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

Change 94800 by jmg at jmg_carbon-60 on 2006/04/08 07:26:11

	setup a few more parameters that need to be setup..

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#28 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#28 (text+ko) ====

@@ -269,6 +269,9 @@
 	himp = hviommu_init(sc->hs_devhandle, dvma[0], dvma[1]);
 	sc->hs_dmatag.dt_cookie = himp;
 	sc->hs_dmatag.dt_mt = &hviommu_dma_methods;
+	sc->hs_dmatag.dt_lowaddr = 0;
+	sc->hs_dmatag.dt_highaddr = ~0;
+	sc->hs_dmatag.dt_boundary = BUS_SPACE_MAXADDR_32BIT + 1;
 
 	free(dvma, M_OFWPROP);
 


More information about the p4-projects mailing list