From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 5 06:00:48 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0BA416A407 for ; Thu, 5 Oct 2006 06:00:48 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D8A043D6D for ; Thu, 5 Oct 2006 06:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9560mkM096841 for ; Thu, 5 Oct 2006 06:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9560lMD096840; Thu, 5 Oct 2006 06:00:48 GMT (envelope-from gnats) Date: Thu, 5 Oct 2006 06:00:48 GMT Message-Id: <200610050600.k9560lMD096840@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: kern/103841: fdc(4) does not work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 06:00:49 -0000 The following reply was made to PR kern/103841; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: jhb@freebsd.org, jkim@freebsd.org Subject: Re: kern/103841: fdc(4) does not work Date: Thu, 5 Oct 2006 13:54:56 +0800 Hi! Forget to note that FDD works fine in FreeBSD 4.11 that is installed here too. More, there is very strange effect: 1. I boot FreeBSD 4.11 and make sure FDD works (mount FAT floppy, ls etc.) 2. Warm reboot to FreeBSD 6.2-PRE and see that FDD became to work there too, it detects 1.44 floppy in drive at boot time, it reads all its contents to image with dd, it successfully formats floppy with fdformat and writes image back to the floppy with dd then mounts floppy Ok. 2. Warm reboot 6.2-PRE again and FDD does not work again. This is 100% reproduceable. I did not try this machine's floppy with more early 6.x version. Eugene Grosbein