From owner-cvs-all Tue Jan 27 08:46:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18406 for cvs-all-outgoing; Tue, 27 Jan 1998 08:46:14 -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 IAA18401; Tue, 27 Jan 1998 08:46:13 -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 IAA14022; Tue, 27 Jan 1998 08:45:25 -0800 (PST) Date: Tue, 27 Jan 1998 08:45:25 -0800 (PST) Message-Id: <199801271645.IAA14022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa atapi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/01/27 08:45:24 PST Modified files: sys/i386/isa atapi.c Log: Check the status port after waiting for DRQ; some drives seem to be very slow coming off the bus (eg. Iomega's ATAPI Zip). Failure to do this results in a false probe of an ATAPI device with garbage data. Revision Changes Path 1.22 +9 -0 src/sys/i386/isa/atapi.c