diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-02-01 23:31:40 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-02-01 23:31:40 +0000 |
commit | 19ea16ab3b3e30b731c129f5b91ab28e00754d38 (patch) | |
tree | 7b2200c06819c8e05f47d06ae3b6142cb24527d2 /sys/arch/pmax | |
parent | 8b9eebd8494d97b2b02bf5e7a0f2edc7ebe67ca7 (diff) |
nicer output at bootup (before it was somewhat garbled)
Diffstat (limited to 'sys/arch/pmax')
-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 |