diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-03-31 04:49:36 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-03-31 04:49:36 +0000 |
commit | 872794203e56c14e3a463fb1b5307cb8a8e6fcec (patch) | |
tree | c8dc5a171eb4e5368178c362de8cda8b78169821 /sys | |
parent | de6e2cbadc4e8bf8e1c2484cb3496b852d835763 (diff) |
remove extra debug printfs
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/mac/wdc_obio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/mac/wdc_obio.c b/sys/arch/powerpc/mac/wdc_obio.c index fe3f09bb2dd..53be26466fa 100644 --- 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; |