svn commit: r223404 - head/sys/powerpc/ps3

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Jun 22 02:11:42 UTC 2011


Author: nwhitehorn
Date: Wed Jun 22 02:11:42 2011
New Revision: 223404
URL: http://svn.freebsd.org/changeset/base/223404

Log:
  The IOMMU is not involved for the storage bus.

Modified:
  head/sys/powerpc/ps3/ps3bus.c

Modified: head/sys/powerpc/ps3/ps3bus.c
==============================================================================
--- head/sys/powerpc/ps3/ps3bus.c	Wed Jun 22 01:57:45 2011	(r223403)
+++ head/sys/powerpc/ps3/ps3bus.c	Wed Jun 22 02:11:42 2011	(r223404)
@@ -631,8 +631,7 @@ ps3bus_get_dma_tag(device_t dev, device_
 	struct ps3bus_softc *sc = device_get_softc(dev);
 	int i, err, flags;
 
-	if (dinfo->bustype != PS3_BUSTYPE_SYSBUS &&
-	    dinfo->bustype != PS3_BUSTYPE_STORAGE)
+	if (dinfo->bustype != PS3_BUSTYPE_SYSBUS)
 		return (bus_get_dma_tag(dev));
 
 	mtx_lock(&dinfo->iommu_mtx);


More information about the svn-src-all mailing list