summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sbus
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2003-01-06 19:48:31 +0000
committertmm <tmm@FreeBSD.org>2003-01-06 19:48:31 +0000
commit0575c37f186e171c08d44071f743336b32f7f94c (patch)
treef63ef45c9205113a0001462f334f5bc8f1ee2f41 /sys/sparc64/sbus
parent665e1e20a40c67fd6fa1f87c2318f4a9a544e2e4 (diff)
downloadFreeBSD-src-0575c37f186e171c08d44071f743336b32f7f94c.zip
FreeBSD-src-0575c37f186e171c08d44071f743336b32f7f94c.tar.gz
Bump the IOMMU TSB size to 32kB, to match the default size on PCI
systems.
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