From 0575c37f186e171c08d44071f743336b32f7f94c Mon Sep 17 00:00:00 2001 From: tmm Date: Mon, 6 Jan 2003 19:48:31 +0000 Subject: Bump the IOMMU TSB size to 32kB, to match the default size on PCI systems. --- sys/sparc64/sbus/sbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sparc64/sbus') 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; -- cgit v1.1