Subject: CVS commit: [netbsd-4] src/sys/arch/sparc64/dev
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 05/20/2007 09:31:32
Module Name:	src
Committed By:	jdc
Date:		Sun May 20 09:31:32 UTC 2007

Modified Files:
	src/sys/arch/sparc64/dev [netbsd-4]: fdc.c

Log Message:
APull up revisions 1.9-1.10 (requested by jnemeth in ticket #647)

Correct gap2 length from ISA driver.

XXX  The machine no longer becomes unusable when formatting, but it still
doesn't format properly.

Fixed formatting.  Problem was that we were trying to get the result
of a data transfer operation immediately after the data transfer
was finished, instead of waiting for the chip to interrupt us and
tell us that it was finished and had the result for us.  This worked
okay for read and write since the operation would be finished very
shortly after the data transfer completed.  However, with formatting,
the chip still had most of the rest of the track to do, so we ended
up timing out before the operation was finished.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.1.6.1 src/sys/arch/sparc64/dev/fdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.