diff options
author | 1997-02-01 23:31:39 +0000 | |
---|---|---|
committer | 1997-02-01 23:31:39 +0000 | |
commit | f1947f0ac84b2436fb878ea3b296115c7fa8e41b (patch) | |
tree | bcd2d84371090caa34c0ad3b49c55f7d3d0f7d82 | |
parent | trapsignal/sendsig type/sigval changes (diff) | |
download | wireguard-openbsd-f1947f0ac84b2436fb878ea3b296115c7fa8e41b.tar.xz wireguard-openbsd-f1947f0ac84b2436fb878ea3b296115c7fa8e41b.zip |
nicer output at bootup (before it was somewhat garbled)
-rw-r--r-- | sys/arch/pmax/dev/dc_ioasic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/dc_ioasic.c b/sys/arch/pmax/dev/dc_ioasic.c index b6f9b9ad977..e1d2d38a0a4 100644 --- a/sys/arch/pmax/dev/dc_ioasic.c +++ b/sys/arch/pmax/dev/dc_ioasic.c @@ -91,7 +91,7 @@ dc_ioasic_attach(parent, self, aux) caddr_t dcaddr; dcaddr = (caddr_t)d->iada_addr; - printf("address 0x%p\n", dcaddr); + printf(" address %p", dcaddr); (void) dcattach(sc, (void*)MACH_PHYS_TO_UNCACHED(dcaddr), /* dtr/dsr mask */ (1<< DCPRINTER_PORT) + (1 << DCCOMM_PORT), #ifdef HW_FLOW_CONTROL |