Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/vr VR4131 have same restriction as VR4122.
details: https://anonhg.NetBSD.org/src/rev/76d29745ff47
branches: trunk
changeset: 514647:76d29745ff47
user: sato <sato%NetBSD.org@localhost>
date: Fri Sep 07 16:04:03 2001 +0000
description:
VR4131 have same restriction as VR4122.
diffstat:
sys/arch/hpcmips/vr/vrgiu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 224b8f3bad1b -r 76d29745ff47 sys/arch/hpcmips/vr/vrgiu.c
--- a/sys/arch/hpcmips/vr/vrgiu.c Fri Sep 07 16:02:56 2001 +0000
+++ b/sys/arch/hpcmips/vr/vrgiu.c Fri Sep 07 16:04:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vrgiu.c,v 1.24 2001/05/18 01:41:39 enami Exp $ */
+/* $NetBSD: vrgiu.c,v 1.25 2001/09/07 16:04:03 sato Exp $ */
/*-
* Copyright (c) 1999-2001
* Shin Takemura and PocketBSD Project. All rights reserved.
@@ -248,7 +248,7 @@
u_int32_t m;
iosel= vrgiu_regread_4(sc, GIUIOSEL_REG);
inten= vrgiu_regread_4(sc, GIUINTEN_REG);
-#ifdef ONLY_VR4122
+#ifdef ONLY_VR4122_4131
useupdn = termupdn = 0;
#else
useupdn = vrgiu_regread(sc, GIUUSEUPDN_REG_W);
@@ -270,7 +270,7 @@
iosel= vrgiu_regread_4(sc, GIUIOSEL_REG);
inten= vrgiu_regread_4(sc, GIUINTEN_REG);
-#ifdef ONLY_VR4122
+#ifdef ONLY_VR4122_4131
useupdn = termupdn = 0;
#else
useupdn = vrgiu_regread(sc, GIUUSEUPDN_REG_W);
Home |
Main Index |
Thread Index |
Old Index