artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960c3b4
)
remove extra debug printfs
author
rahnds
<rahnds@openbsd.org>
Fri, 31 Mar 2000 04:49:35 +0000
(
04:49
+0000)
committer
rahnds
<rahnds@openbsd.org>
Fri, 31 Mar 2000 04:49:35 +0000
(
04:49
+0000)
sys/arch/powerpc/mac/wdc_obio.c
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc/mac/wdc_obio.c
b/sys/arch/powerpc/mac/wdc_obio.c
index
fe3f09b
..
53be264
100644
(file)
--- a/
sys/arch/powerpc/mac/wdc_obio.c
+++ b/
sys/arch/powerpc/mac/wdc_obio.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: wdc_obio.c,v 1.
3 2000/03/20 07:26:51
rahnds Exp $ */
+/* $OpenBSD: wdc_obio.c,v 1.
4 2000/03/31 04:49:35
rahnds Exp $ */
/* $NetBSD: wdc_obio.c,v 1.4 1999/06/14 08:53:06 tsubai Exp $ */
/*-
@@
-182,7
+182,6
@@
wdc_obio_attach(parent, self, aux)
sc->sc_wdcdev.sc_dev.dv_xname);
return;
}
-printf ("wdc_obio cmd_ioh %x ctl_ioh %x\n", chp->cmd_ioh, chp->ctl_ioh);
chp->data32iot = chp->cmd_iot;
chp->data32ioh = chp->cmd_ioh;