From owner-cvs-all Sun Jul 28 16:59: 4 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 CBBA737B400; Sun, 28 Jul 2002 16:59:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5010D43E42; Sun, 28 Jul 2002 16:59:01 -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 g6SNx1JU016130; Sun, 28 Jul 2002 16:59:01 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SNx1Xu016129; Sun, 28 Jul 2002 16:59:01 -0700 (PDT) Message-Id: <200207282359.g6SNx1Xu016129@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 28 Jul 2002 16:59:01 -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-tape.c X-FreeBSD-CVS-Branch: HEAD 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/28 16:59:01 PDT Modified files: sys/dev/ata atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Log: OK, dont rely on the upper layers handling iosize_max correctly, instead rely on ATAPI devices ability to do the work instead. MFC material. Revision Changes Path 1.91 +5 -2 src/sys/dev/ata/atapi-all.c 1.122 +1 -1 src/sys/dev/ata/atapi-cd.c 1.77 +2 -7 src/sys/dev/ata/atapi-fd.c 1.70 +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