From owner-cvs-all Wed Jul 31 4:19:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C067A37B400; Wed, 31 Jul 2002 04:19:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F84A43E6E; Wed, 31 Jul 2002 04:19:27 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VBJQJU019003; Wed, 31 Jul 2002 04:19:26 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VBJQ6b019002; Wed, 31 Jul 2002 04:19:26 -0700 (PDT) Message-Id: <200207311119.g6VBJQ6b019002@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 31 Jul 2002 04:19:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c atapi-cd.c atapi-fd.c atapi-fd.h atapi-tape.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/07/31 04:19:26 PDT Modified files: (Branch: RELENG_4) sys/dev/ata atapi-all.c atapi-cd.c atapi-fd.c atapi-fd.h atapi-tape.c Log: MFC: Dont rely on the upper layers handling iosize_max correctly, instead rely on ATAPI devices ability to do the work instead. This should fix the READ_BIG and related errors. Requested by: RE@ Revision Changes Path 1.46.2.15 +5 -2 src/sys/dev/ata/atapi-all.c 1.48.2.17 +12 -3 src/sys/dev/ata/atapi-cd.c 1.44.2.9 +18 -43 src/sys/dev/ata/atapi-fd.c 1.10.2.5 +0 -1 src/sys/dev/ata/atapi-fd.h 1.36.2.12 +2 -2 src/sys/dev/ata/atapi-tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message