From 2f4e656a4107f51f881a252f0fa77f091918b875 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Tue, 20 Feb 2001 04:18:08 +0000 Subject: Make drivers more quiet, no point in printing useless information. --- sys/arch/powerpc/pci/macobio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/powerpc/pci/macobio.c b/sys/arch/powerpc/pci/macobio.c index cab593b5576..6124313726b 100644 --- a/sys/arch/powerpc/pci/macobio.c +++ b/sys/arch/powerpc/pci/macobio.c @@ -154,7 +154,7 @@ obio_attach(parent, self, aux) ca.ca_iot = &sc->sc_membus_space; - printf(": addr 0x%x\n", ca.ca_baseaddr); + printf("\n"); /* * This might be a hack, but it makes the interrupt controller -- cgit v1.2.3