artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ebc9d
)
nicer output at bootup (before it was somewhat garbled)
author
graichen
<graichen@openbsd.org>
Sat, 1 Feb 1997 23:31:39 +0000
(23:31 +0000)
committer
graichen
<graichen@openbsd.org>
Sat, 1 Feb 1997 23:31:39 +0000
(23:31 +0000)
sys/arch/pmax/dev/dc_ioasic.c
patch
|
blob
|
history
diff --git
a/sys/arch/pmax/dev/dc_ioasic.c
b/sys/arch/pmax/dev/dc_ioasic.c
index
b6f9b9a
..
e1d2d38
100644
(file)
--- 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