Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/arm32/isa pullup 1.5->1.6 (ross)



details:   https://anonhg.NetBSD.org/src/rev/9045b31abfa3
branches:  netbsd-1-4
changeset: 468422:9045b31abfa3
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 22 15:22:44 1999 +0000

description:
pullup 1.5->1.6 (ross)

diffstat:

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

diffs (16 lines):

diff -r 1f3765f34822 -r 9045b31abfa3 sys/arch/arm32/isa/isa_io.c
--- a/sys/arch/arm32/isa/isa_io.c       Thu Apr 22 15:19:26 1999 +0000
+++ b/sys/arch/arm32/isa/isa_io.c       Thu Apr 22 15:22:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_io.c,v 1.5 1999/03/19 05:13:16 cgd Exp $   */
+/*     $NetBSD: isa_io.c,v 1.5.2.1 1999/04/22 15:22:44 perry Exp $     */
 
 /*
  * Copyright 1997
@@ -295,5 +295,5 @@
        bus_size_t offset, len;
        int flags;
 {
-       panic("isa_barrier(): Help!\n");
+       /* just return */
 }      



Home | Main Index | Thread Index | Old Index