Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/prep/isa Compile again.



details:   https://anonhg.NetBSD.org/src/rev/62bd91cb110d
branches:  trunk
changeset: 511254:62bd91cb110d
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Jun 15 15:53:27 2001 +0000

description:
Compile again.

diffstat:

 sys/arch/prep/isa/pccons.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64c9d68c37a8 -r 62bd91cb110d sys/arch/prep/isa/pccons.c
--- a/sys/arch/prep/isa/pccons.c        Fri Jun 15 15:50:04 2001 +0000
+++ b/sys/arch/prep/isa/pccons.c        Fri Jun 15 15:53:27 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccons.c,v 1.6 2001/05/02 10:32:22 scw Exp $   */
+/*     $NetBSD: pccons.c,v 1.7 2001/06/15 15:53:27 nonaka Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -2376,7 +2376,7 @@
 
        if ((u_int)offset >= 0x20000)
                return (-1);
-       return (ISA_MEM(0xa0000 + offset));
+       return (paddr_t)(ISA_MEM(0xa0000 + offset));
 }
 
 #ifdef XSERVER



Home | Main Index | Thread Index | Old Index