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

Typo in isa_machdep.c



まえかわ@神戸大学です.

isa_machdep.c に typo があります.

--- MAEKAWA Masahide <maekawa@math.sci.kobe-u.ac.jp>
--- URL: http://www.math.sci.kobe-u.ac.jp/~maekawa/
--- Kobe University Graduate School of Science and Technology
--- Department of Mathematics
--- Powered by BSD/OS, FreeBSD, NetBSD, OpenBSD

Index: isa_machdep.c
===================================================================
RCS file: /cvsroot/pcvs/NetBSD-syssrc/sys/arch/hpcmips/isa/isa_machdep.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 isa_machdep.c
--- isa_machdep.c	2000/08/02 18:05:57	1.1.1.1
+++ isa_machdep.c	2000/09/10 14:23:30
@@ -149,7 +149,7 @@
 		sc->sc_intr_map[i] = -1;
 	printf (":ISA port %#x-%#x mem %#x-%#x\n",
 		iba.iba_iot->t_base, iba.iba_iot->t_base + iba.iba_iot->t_size,
-		iba.iba_memt->t_base, iba.iba_memt->t_base + iba.iba_memt->t_base);
+		iba.iba_memt->t_base, iba.iba_memt->t_base + iba.iba_memt->t_size);
 	config_found(self, &iba, vrisabprint);
 #endif
 }