diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-02-20 04:18:08 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-02-20 04:18:08 +0000 |
commit | 2f4e656a4107f51f881a252f0fa77f091918b875 (patch) | |
tree | 5aa329f9e561879c88d0834091908d450e3659fa | |
parent | ff5edecc52e821e82679ed515a87da4f8480003a (diff) |
Make drivers more quiet, no point in printing useless information.
-rw-r--r-- | sys/arch/powerpc/pci/macobio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |