diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-01 16:41:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-01 16:41:27 +0000 |
commit | 7937c561d78b712d86ccecc567ac3775851bb59d (patch) | |
tree | 6bcc1038b6a61987c64b61d2402d910e7d545f61 /sys/arch/sparc64/dev/schizo.c | |
parent | fbfcc4cf531a40dae5234e59b1bccef3ef4523d1 (diff) |
clean dmesg output for iommu more; tested miod dlg
Diffstat (limited to 'sys/arch/sparc64/dev/schizo.c')
-rw-r--r-- | sys/arch/sparc64/dev/schizo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/schizo.c b/sys/arch/sparc64/dev/schizo.c index cfe655e72e3..ed68361301f 100644 --- a/sys/arch/sparc64/dev/schizo.c +++ b/sys/arch/sparc64/dev/schizo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: schizo.c,v 1.32 2006/06/30 05:02:11 deraadt Exp $ */ +/* $OpenBSD: schizo.c,v 1.33 2006/07/01 16:41:26 deraadt Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -378,7 +378,6 @@ schizo_init_iommu(struct schizo_softc *sc, struct schizo_pbm *pbm) } iommu_init(name, is, tsbsize, iobase); - iommu_reset(is); } int |