Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/dev DOH. Replace a line that got accidently...



details:   https://anonhg.NetBSD.org/src/rev/df6e82d1940a
branches:  trunk
changeset: 779335:df6e82d1940a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 20 07:57:34 2012 +0000

description:
DOH.  Replace a line that got accidently deleted in the last commit.

diffstat:

 sys/arch/evbarm/dev/plcom.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5d9550a8fdbe -r df6e82d1940a sys/arch/evbarm/dev/plcom.c
--- a/sys/arch/evbarm/dev/plcom.c       Sun May 20 07:54:40 2012 +0000
+++ b/sys/arch/evbarm/dev/plcom.c       Sun May 20 07:57:34 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: plcom.c,v 1.36 2012/05/20 07:54:40 skrll Exp $ */
+/*     $NetBSD: plcom.c,v 1.37 2012/05/20 07:57:34 skrll Exp $ */
 
 /*-
  * Copyright (c) 2001 ARM Ltd
@@ -94,7 +94,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: plcom.c,v 1.36 2012/05/20 07:54:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: plcom.c,v 1.37 2012/05/20 07:57:34 skrll Exp $");
 
 #include "opt_plcom.h"
 #include "opt_ddb.h"
@@ -1569,6 +1569,7 @@
                        if (ISSET(sc->sc_rx_flags, RX_IBUF_OVERFLOWED)) {
                                CLR(sc->sc_rx_flags, RX_IBUF_OVERFLOWED);
                                SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE);
+                               bus_space_write_1(sc->sc_iot, sc->sc_ioh, plcom_cr, sc->sc_cr);
                        }
                        if (ISSET(sc->sc_rx_flags, RX_IBUF_BLOCKED)) {
                                CLR(sc->sc_rx_flags, RX_IBUF_BLOCKED);



Home | Main Index | Thread Index | Old Index