Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 1995 22:16:40 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-scsi@freebsd.org
Subject:   Re: cvs commit: src/sys/scsi sd.c st.c
Message-ID:  <199510122116.WAA00337@uriah.heep.sax.de>
In-Reply-To: <199510121833.LAA05479@ref.tfs.com> from "Julian Elischer" at Oct 12, 95 11:33:36 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Julian Elischer wrote:
> 
> no the call for st.c needs to know if it's a variable of fixed tape,
> because chopping a transfer in a variable tape is a nono but doing it on a
> fixed-block tape is ok.. it has to be done AFTER physio, so that physio
> can loop and do the rest of the transfer on a second try..

The assumption that all the disk world is thinking in 512-byte records
is wrong, too.  It's even possible for regular (type 0) disks to be
formatted to almost any record size, but the entire matter starts
getting annoying for media where you can't change the record size like
magneto-optical disks that are often available with either 512 or
1024-byte records.

-- 
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?199510122116.WAA00337>