Date: Fri, 26 Jul 2002 12:13:06 -0700 (PDT) From: Søren Schmidt <sos@FreeBSD.org> 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 Message-ID: <200207261913.g6QJD6x6060689@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <iedowse@maths.tcd.ie> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207261913.g6QJD6x6060689>