Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/uba Use the right variable (Felix Deichmann)



details:   https://anonhg.NetBSD.org/src/rev/18b1356e89a6
branches:  trunk
changeset: 814960:18b1356e89a6
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 22 18:12:47 2016 +0000

description:
Use the right variable (Felix Deichmann)

diffstat:

 sys/arch/vax/uba/uba_mainbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cc6f4f182675 -r 18b1356e89a6 sys/arch/vax/uba/uba_mainbus.c
--- a/sys/arch/vax/uba/uba_mainbus.c    Fri Apr 22 18:05:52 2016 +0000
+++ b/sys/arch/vax/uba/uba_mainbus.c    Fri Apr 22 18:12:47 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uba_mainbus.c,v 1.12 2015/07/05 04:53:26 matt Exp $       */
+/*     $NetBSD: uba_mainbus.c,v 1.13 2016/04/22 18:12:47 christos Exp $           */
 /*
  * Copyright (c) 1982, 1986 The Regents of the University of California.
  * All rights reserved.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uba_mainbus.c,v 1.12 2015/07/05 04:53:26 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uba_mainbus.c,v 1.13 2016/04/22 18:12:47 christos Exp $");
 
 #define _VAX_BUS_DMA_PRIVATE
 
@@ -193,7 +193,7 @@
 {
 #define        QIPCR   0x1f40
 #define        Q_LMEAE 0x20
-       bus_space_write_2(sc->uh_tag, sc->uh_ioh, QIPCR, Q_LMEAE);
+       bus_space_write_2(sc->uh_iot, sc->uh_ioh, QIPCR, Q_LMEAE);
 }
 
 void



Home | Main Index | Thread Index | Old Index