From owner-cvs-all Sat Jul 27 5:22:42 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 2A08437B400; Sat, 27 Jul 2002 05:22:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF54543E31; Sat, 27 Jul 2002 05:22:39 -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 g6RCMdJU035572; Sat, 27 Jul 2002 05:22:39 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6RCMdFe035571; Sat, 27 Jul 2002 05:22:39 -0700 (PDT) Message-Id: <200207271222.g6RCMdFe035571@freefall.freebsd.org> From: Søren Schmidt Date: Sat, 27 Jul 2002 05:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata 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/27 05:22:39 PDT Modified files: sys/dev/ata atapi-cd.c atapi-fd.c atapi-tape.c Log: Properly change the block_size on different CD media, and use that to calculate the max amount of data in one IO request. Correct the max size on atapi floppies/tapes as well. Revision Changes Path 1.121 +12 -3 src/sys/dev/ata/atapi-cd.c 1.76 +1 -1 src/sys/dev/ata/atapi-fd.c 1.69 +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