Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/ibus PR/52242: Utkarsh Anand: Minimal fix for ...
details: https://anonhg.NetBSD.org/src/rev/fb39fd56c083
branches: trunk
changeset: 353708:fb39fd56c083
user: christos <christos%NetBSD.org@localhost>
date: Thu May 18 16:37:06 2017 +0000
description:
PR/52242: Utkarsh Anand: Minimal fix for fallout from moving to the common
mips bus_space code.
diffstat:
sys/arch/pmax/ibus/dz_ibus.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 106678e66e84 -r fb39fd56c083 sys/arch/pmax/ibus/dz_ibus.c
--- a/sys/arch/pmax/ibus/dz_ibus.c Thu May 18 16:34:56 2017 +0000
+++ b/sys/arch/pmax/ibus/dz_ibus.c Thu May 18 16:37:06 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dz_ibus.c,v 1.11 2011/07/09 17:32:29 matt Exp $ */
+/* $NetBSD: dz_ibus.c,v 1.12 2017/05/18 16:37:06 christos Exp $ */
/*-
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dz_ibus.c,v 1.11 2011/07/09 17:32:29 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dz_ibus.c,v 1.12 2017/05/18 16:37:06 christos Exp $");
#include "dzkbd.h"
#include "dzms.h"
@@ -168,6 +168,7 @@
* XXX - This is evil and ugly, but... due to the nature of how
* bus_space_* works on pmax it will do for the time being.
*/
+ sc->sc_iot = normal_memt;
sc->sc_ioh = (bus_space_handle_t)MIPS_PHYS_TO_KSEG1(iba->ia_addr);
sc->sc_dr.dr_csr = 0;
Home |
Main Index |
Thread Index |
Old Index