From owner-cvs-all Tue Jan 27 08:50:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18916 for cvs-all-outgoing; Tue, 27 Jan 1998 08:50:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18885; Tue, 27 Jan 1998 08:50:24 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA14167; Tue, 27 Jan 1998 08:49:35 -0800 (PST) Date: Tue, 27 Jan 1998 08:49:35 -0800 (PST) Message-Id: <199801271649.IAA14167@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wfd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/01/27 08:49:35 PST Modified files: sys/i386/isa wfd.c Log: Fix operation with the Iomega Zip 100 ATAPI. All known versions of this drive (firmware 21.* and 23.*) will lock up if presented with a read/write request of > 64 blocks. In the presence of such a unit, I/O requests of > 64 blocks are fragmented to avoid this. Revision Changes Path 1.3 +92 -13 src/sys/i386/isa/wfd.c