From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJZAF-0003Ij-NR for qemu-devel@nongnu.org; Fri, 30 Apr 2004 10:38:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJZ9h-0003Bg-AZ for qemu-devel@nongnu.org; Fri, 30 Apr 2004 10:38:53 -0400 Received: from [140.112.30.68] (helo=ms.csie.ntu.edu.tw) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJZ9g-00039t-Bk for qemu-devel@nongnu.org; Fri, 30 Apr 2004 10:38:20 -0400 Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by ms.csie.ntu.edu.tw (Postfix) with ESMTP id 286F0FE7E for ; Fri, 30 Apr 2004 22:38:14 +0800 (CST) Received: from csie.ntu.edu.tw (203-203-36-241.cable.dynamic.giga.net.tw [203.203.36.241]) by ms.csie.ntu.edu.tw (Postfix) with ESMTP id 1E9C5FE4C for ; Fri, 30 Apr 2004 22:38:13 +0800 (CST) Message-ID: <409265B5.8060702@csie.ntu.edu.tw> Date: Fri, 30 Apr 2004 22:41:57 +0800 From: Chih-Chung Chang MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] 1.2 MB floppy problem Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Dear all, With latest cvs, I cannot use 1.2 MB floppy image. The problem is fd_init() set the drive type to be 1.44 MB. Setting the drive type to NONE makes it work again. Thanks, Chih-Chung Chang