qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] disable the floppy controller on the Malta platform
Date: Wed, 17 Jan 2007 00:58:05 +0100	[thread overview]
Message-ID: <20070116235805.GA23543@amd64.aurel32.net> (raw)

The floppy controller on the Malta platform does not work correctly, as
written in the source code. I have just discoverd that it also make 
debian-installer to crash.

The patch below disables the floppy controller until we fix the problem
(low priority on my TODO list). 


Index: hw/mips_malta.c
===================================================================
RCS file: /sources/qemu/qemu/hw/mips_malta.c,v
retrieving revision 1.1
diff -u -d -p -r1.1 mips_malta.c
--- hw/mips_malta.c	15 Jan 2007 23:58:11 -0000	1.1
+++ hw/mips_malta.c	16 Jan 2007 23:54:18 -0000
@@ -571,8 +571,8 @@ void mips_malta_init (int ram_size, int 
     serial_init(&pic_set_irq_new, isa_pic, 0x3f8, 4, serial_hds[0]);
     parallel_init(0x378, 7, parallel_hds[0]);
     /* XXX: The floppy controller does not work correctly, something is
-       probably wrong */
-    floppy_controller = fdctrl_init(6, 2, 0, 0x3f0, fd_table);
+       probably wrong 
+    floppy_controller = fdctrl_init(6, 2, 0, 0x3f0, fd_table); */
 
     /* Sound card */
 #ifdef HAS_AUDIO

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net

                 reply	other threads:[~2007-01-16 23:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070116235805.GA23543@amd64.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).