The IOMMU is not involved for the storage bus.

This commit is contained in:
nwhitehorn 2011-06-22 02:11:42 +00:00
parent 20dad9c2b7
commit cb19012ca6

View File

@ -631,8 +631,7 @@ ps3bus_get_dma_tag(device_t dev, device_t child)
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);