From owner-cvs-all Fri Jul 26 12:13: 8 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 DB0F437B400; Fri, 26 Jul 2002 12:13:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA8F43E31; Fri, 26 Jul 2002 12:13:06 -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 g6QJD6JU060690; Fri, 26 Jul 2002 12:13:06 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6QJD6x6060689; Fri, 26 Jul 2002 12:13:06 -0700 (PDT) Message-Id: <200207261913.g6QJD6x6060689@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 26 Jul 2002 12:13:06 -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/26 12:13:06 PDT Modified files: sys/dev/ata atapi-cd.c atapi-fd.c atapi-tape.c Log: Fix the max transfer size for ATAPI devices. The spec says to transfer at most 65534 bytes, thats 126 times DEV_BSIZE not 252 :( Pointed out by: Ian Dowse Revision Changes Path 1.120 +1 -1 src/sys/dev/ata/atapi-cd.c 1.75 +1 -1 src/sys/dev/ata/atapi-fd.c 1.68 +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