Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/isa Track prototype change to isa_fillw() tha...



details:   https://anonhg.NetBSD.org/src/rev/ac83c7d40d48
branches:  trunk
changeset: 507713:ac83c7d40d48
user:      toddpw <toddpw%NetBSD.org@localhost>
date:      Fri Mar 30 11:21:33 2001 +0000

description:
Track prototype change to isa_fillw() that avoids passing u_short as an arg.

diffstat:

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

diffs (18 lines):

diff -r bf60ca22490b -r ac83c7d40d48 sys/arch/arm32/isa/isa_cats_machdep.c
--- a/sys/arch/arm32/isa/isa_cats_machdep.c     Fri Mar 30 11:08:56 2001 +0000
+++ b/sys/arch/arm32/isa/isa_cats_machdep.c     Fri Mar 30 11:21:33 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_cats_machdep.c,v 1.5 2000/06/29 08:53:01 mrg Exp $ */
+/*     $NetBSD: isa_cats_machdep.c,v 1.6 2001/03/30 11:21:33 toddpw Exp $      */
 
 /*-
  * Copyright (c) 1996-1998 The NetBSD Foundation, Inc.
@@ -574,7 +574,7 @@
 
 void
 isa_fillw(val, addr, len)
-       u_short val;
+       u_int val;
        void *addr;
        size_t len;
 {



Home | Main Index | Thread Index | Old Index