diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-01 18:19:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-01 18:19:10 +0000 |
commit | 7e8b9240f789ef19cf36e93bf73d96a6fd00b07a (patch) | |
tree | 79234cd9fc06b22bdfcc5dfbd8043f485b46d4ab | |
parent | b545b1cfa11001abb9631403bb55140b333a62e9 (diff) |
one more dmesg tweak
-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 ed68361301f..e984775bd0d 100644 --- a/sys/arch/sparc64/dev/schizo.c +++ b/sys/arch/sparc64/dev/schizo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: schizo.c,v 1.33 2006/07/01 16:41:26 deraadt Exp $ */ +/* $OpenBSD: schizo.c,v 1.34 2006/07/01 18:19:09 deraadt Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -193,7 +193,6 @@ schizo_init(struct schizo_softc *sc, int busa) printf("%s: ", sc->sc_dv.dv_xname); schizo_init_iommu(sc, pbm); - printf("\n"); match = schizo_read(sc, busa ? SCZ_PCIA_IO_MATCH : SCZ_PCIB_IO_MATCH); pbm->sp_confpaddr = match & ~0x8000000000000000UL; |