qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4790] Reset correct channel aka NetBSD boot fix
@ 2008-06-25 18:31 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-06-25 18:31 UTC (permalink / raw)
  To: qemu-devel

Revision: 4790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4790
Author:   blueswir1
Date:     2008-06-25 18:31:21 +0000 (Wed, 25 Jun 2008)

Log Message:
-----------
Reset correct channel aka NetBSD boot fix

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

Modified: trunk/hw/slavio_serial.c
===================================================================
--- trunk/hw/slavio_serial.c	2008-06-24 22:04:41 UTC (rev 4789)
+++ trunk/hw/slavio_serial.c	2008-06-25 18:31:21 UTC (rev 4790)
@@ -529,10 +529,10 @@
             default:
                 break;
             case MINTR_RST_B:
-                slavio_serial_reset_chn(&serial->chn[1]);
+                slavio_serial_reset_chn(&serial->chn[0]);
                 return;
             case MINTR_RST_A:
-                slavio_serial_reset_chn(&serial->chn[0]);
+                slavio_serial_reset_chn(&serial->chn[1]);
                 return;
             case MINTR_RST_ALL:
                 slavio_serial_reset(serial);

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

only message in thread, other threads:[~2008-06-25 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 18:31 [Qemu-devel] [4790] Reset correct channel aka NetBSD boot fix 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).