summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sbus
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/sbus')
-rw-r--r--sys/sparc64/sbus/sbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sbus/sbus.c b/sys/sparc64/sbus/sbus.c
index d66a3af..f050c7c 100644
--- a/sys/sparc64/sbus/sbus.c
+++ b/sys/sparc64/sbus/sbus.c
@@ -419,7 +419,7 @@ sbus_probe(device_t dev)
* DMA pointer will be translated by the first page of the IOTSB.
* To detect bugs we'll allocate and ignore the first entry.
*/
- iommu_init(name, &sc->sc_is, 0, -1, 1);
+ iommu_init(name, &sc->sc_is, 2, -1, 1);
/* Enable the over-temperature and power-fail intrrupts. */
rid = 0;
OpenPOWER on IntegriCloud