qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4822] Fix NetBSD keyboard problem
@ 2008-07-02 15:17 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-07-02 15:17 UTC (permalink / raw)
  To: qemu-devel

Revision: 4822
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4822
Author:   blueswir1
Date:     2008-07-02 15:17:21 +0000 (Wed, 02 Jul 2008)

Log Message:
-----------
Fix NetBSD keyboard problem

Modified Paths:
--------------
    trunk/hw/slavio_serial.c

Modified: trunk/hw/slavio_serial.c
===================================================================
--- trunk/hw/slavio_serial.c	2008-07-02 15:16:18 UTC (rev 4821)
+++ trunk/hw/slavio_serial.c	2008-07-02 15:17:21 UTC (rev 4822)
@@ -260,8 +260,7 @@
 
 static int slavio_serial_update_irq_chn(ChannelState *s)
 {
-    if ((s->wregs[W_INTR] & INTR_INTALL) && // interrupts enabled
-        (((s->wregs[W_INTR] & INTR_TXINT) && s->txint == 1) ||
+    if ((((s->wregs[W_INTR] & INTR_TXINT) && s->txint == 1) ||
          // tx ints enabled, pending
          ((((s->wregs[W_INTR] & INTR_RXMODEMSK) == INTR_RXINT1ST) ||
            ((s->wregs[W_INTR] & INTR_RXMODEMSK) == INTR_RXINTALL)) &&

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-02 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02 15:17 [Qemu-devel] [4822] Fix NetBSD keyboard problem Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).