diff options
author | 2001-02-20 04:18:07 +0000 | |
---|---|---|
committer | 2001-02-20 04:18:07 +0000 | |
commit | 1ea8417abb66ad9062270b1af78bba9439b345d5 (patch) | |
tree | 33a87a7a0fc146e3c5acbeb821b7d5e288ec542f /sys | |
parent | Forgot $OpenBSD$ tags (diff) | |
download | wireguard-openbsd-1ea8417abb66ad9062270b1af78bba9439b345d5.tar.xz wireguard-openbsd-1ea8417abb66ad9062270b1af78bba9439b345d5.zip |
Make drivers more quiet, no point in printing useless information.
Diffstat (limited to 'sys')
-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 |