From owner-cvs-src@FreeBSD.ORG Wed Sep 29 08:26:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 876A816A4CE; Wed, 29 Sep 2004 08:26:40 +0000 (GMT) Received: from freebsd3.cimlogic.com.au (adsl-20-121.swiftdsl.com.au [218.214.20.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBBC43D66; Wed, 29 Sep 2004 08:26:39 +0000 (GMT) (envelope-from jb@cimlogic.com.au) Received: by freebsd3.cimlogic.com.au (Postfix, from userid 102) id C00AD6A9B9; Wed, 29 Sep 2004 18:26:38 +1000 (EST) Date: Wed, 29 Sep 2004 18:26:38 +1000 From: John Birrell To: Poul-Henning Kamp Message-ID: <20040929082638.GA901@freebsd3.cimlogic.com.au> References: <20040929074552.GA909@freebsd3.cimlogic.com.au> <19681.1096444779@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19681.1096444779@critter.freebsd.dk> User-Agent: Mutt/1.4.2.1i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Birrell Subject: Re: cvs commit: src/sys/dev/fdc fdc_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 08:26:40 -0000 On Wed, Sep 29, 2004 at 09:59:39AM +0200, Poul-Henning Kamp wrote: > (empty drive) > dd if=/dev/fd0 count=1 of=/dev/null [freebsd3(FreeBSD):jb] dd if=/dev/fd0 count=1 of=/dev/null dd: /dev/fd0: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 20.199995 secs (0 bytes/sec) > (insert floppy) > dd if=/dev/fd0 count=1 of=/dev/null [freebsd3(FreeBSD):jb] dd if=/dev/fd0 count=1 of=/dev/null dd: /dev/fd0: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 4.058299 secs (0 bytes/sec) > (remove floppy) > dd if=/dev/fd0 count=1 of=/dev/null [freebsd3(FreeBSD):jb] dd if=/dev/fd0 count=1 of=/dev/null dd: /dev/fd0: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 20.079999 secs (0 bytes/sec) > (insert floppy) > dd if=/dev/fd0 count=1 of=/dev/null [freebsd3(FreeBSD):jb] dd if=/dev/fd0 count=1 of=/dev/null dd: /dev/fd0: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 1.958785 secs (0 bytes/sec) > (remove floppy) > (insert floppy) > dd if=/dev/fd0 count=1 of=/dev/null [freebsd3(FreeBSD):jb] dd if=/dev/fd0 count=1 of=/dev/null dd: /dev/fd0: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 1.960621 secs (0 bytes/sec) With debug.fdc.debugflags=0x40 (compiled in), there wasn't any device specific debug output. With the floppy disk in, there was the "diiiiiiscup' sound as the head was driven to a position. -- John Birrell