Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm32/iomd Refer to the Risc PC IOMD by its real na...



details:   https://anonhg.NetBSD.org/src/rev/f63088c0aa3f
branches:  trunk
changeset: 509798:f63088c0aa3f
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun May 13 14:30:00 2001 +0000

description:
Refer to the Risc PC IOMD by its real name (which appears to be IOMD20).

diffstat:

 sys/arch/arm32/iomd/iomd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 756a424513e2 -r f63088c0aa3f sys/arch/arm32/iomd/iomd.c
--- a/sys/arch/arm32/iomd/iomd.c        Sun May 13 14:17:36 2001 +0000
+++ b/sys/arch/arm32/iomd/iomd.c        Sun May 13 14:30:00 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomd.c,v 1.10 2001/04/14 19:22:44 reinoud Exp $        */
+/*     $NetBSD: iomd.c,v 1.11 2001/05/13 14:30:00 bjh21 Exp $  */
 
 /*
  * Copyright (c) 1996-1997 Mark Brinicombe.
@@ -184,7 +184,7 @@
                refresh = bus_space_read_1(iot, ioh, IOMD_REFCR) & 0x0f;
                break;
        case RPC600_IOMD_ID:
-               printf("RPC IOMD ");
+               printf("IOMD20 ");
                refresh = bus_space_read_1(iot, ioh, IOMD_VREFCR) & 0x09;
                break;
        default:



Home | Main Index | Thread Index | Old Index