diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-01 03:46:20 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-01 03:46:20 +0000 |
commit | 644c15a7a9cab5b48be54c7e30f3e9883a63a280 (patch) | |
tree | 8de644dde6b44501b4048ef5d4f8388dd4acefdd /sys/arch | |
parent | 464dc3c5e04a34501277af6e73cd1606b94719fd (diff) |
Just say NO to noisy dmesg.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm/xscale/i80321.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/arm/xscale/i80321.c b/sys/arch/arm/xscale/i80321.c index 59d1be6ff4d..6d684fb84cc 100644 --- a/sys/arch/arm/xscale/i80321.c +++ b/sys/arch/arm/xscale/i80321.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i80321.c,v 1.2 2006/05/29 17:27:31 drahn Exp $ */ +/* $OpenBSD: i80321.c,v 1.3 2006/06/01 03:46:19 drahn Exp $ */ /* $NetBSD: i80321.c,v 1.18 2006/02/25 02:28:56 wiz Exp $ */ /* @@ -173,14 +173,6 @@ dump_regs(sc); bus_space_write_4(sc->sc_st, sc->sc_atu_sh, ATU_OUMWTVR1, sc->sc_owin[1].owin_xlate_hi); - printf("owin_xlate_0 %x %x\n", - sc->sc_owin[0].owin_xlate_lo, - sc->sc_owin[0].owin_xlate_hi); - printf("owin_xlate_1 %x %x\n", - sc->sc_owin[1].owin_xlate_hi, - sc->sc_owin[1].owin_xlate_hi); - - /* * Set up the ATU configuration register. All we do * right now is enable Outbound Windows. |