Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 1997 01:31:09 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        hackers@FreeBSD.ORG
Subject:   Re: Do *you* have problems with floppies?
Message-ID:  <19970916013109.OO41523@uriah.heep.sax.de>
In-Reply-To: <19970915165209.18022@lemis.com>; from Greg Lehey on Sep 15, 1997 16:52:09 %2B0930
References:  <19970914142654.GG28248@uriah.heep.sax.de> <199709142144.OAA22143@usr09.primenet.com> <19970915082959.QR50985@uriah.heep.sax.de> <19970915165209.18022@lemis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
As Greg Lehey wrote:

> I'm not too sure we're talking about the same command.  It's been a
> while, but my recollection of READ TRACK was that it did just that: it
> started at the index pulse and returned everything that it could sync
> on until it got another index pulse, including gaps, flags, headers
> and all.

Yep, that's it -- almost.  It is described as starting at the index
hole, but it's actually starting at the first ID field that is found.
The consequence is that the first sector's worth of data is indeed in
the correct bit synchronization.  The remaining sectors aren't, they
are being delivered in the bit synchronization as they happened to
pass under the head.  I.e., they can be bit-shifted and/or inverted.

As i wrote, it might suit for debugging purposes, but nothing else.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970916013109.OO41523>