Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/gio ga_iot = 0 -> normal_memt



details:   https://anonhg.NetBSD.org/src/rev/f8232c1ff95c
branches:  trunk
changeset: 461293:f8232c1ff95c
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Nov 21 22:05:09 2019 +0000

description:
ga_iot = 0 -> normal_memt
now a Challenge S should work again
from George Harvey

diffstat:

 sys/arch/sgimips/gio/gio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 20f9fdf0c2e5 -r f8232c1ff95c sys/arch/sgimips/gio/gio.c
--- a/sys/arch/sgimips/gio/gio.c        Thu Nov 21 21:48:33 2019 +0000
+++ b/sys/arch/sgimips/gio/gio.c        Thu Nov 21 22:05:09 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gio.c,v 1.35 2016/07/20 22:16:37 macallan Exp $        */
+/*     $NetBSD: gio.c,v 1.36 2019/11/21 22:05:09 macallan Exp $        */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gio.c,v 1.35 2016/07/20 22:16:37 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gio.c,v 1.36 2019/11/21 22:05:09 macallan Exp $");
 
 #include "opt_ddb.h"
 
@@ -329,7 +329,7 @@
 
                ga->ga_slot = cf->cf_loc[GIOCF_SLOT];
                ga->ga_addr = cf->cf_loc[GIOCF_ADDR];
-               ga->ga_iot = 0;
+               ga->ga_iot = normal_memt;
                ga->ga_ioh = MIPS_PHYS_TO_KSEG1(ga->ga_addr);
 
                if (config_match(parent, cf, ga) > 0)



Home | Main Index | Thread Index | Old Index