From owner-cvs-all Fri Oct 8 20:51:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64E631584F; Fri, 8 Oct 1999 20:51:20 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA51615; Fri, 8 Oct 1999 20:51:20 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <199910090351.UAA51615@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 8 Oct 1999 20:51:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ida.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/10/08 20:51:20 PDT Modified files: (Branch: RELENG_3) sys/i386/isa ida.c Log: Hopefully fix a bug that was causing corruption (blocks of nulls) during large data transfers. The hdr.flags field (actually the size of the request, in words) was a magic constant, which was probably the wrong value. Tested by: cucu@cuneydi.com Revision Changes Path 1.1.2.4 +3 -2 src/sys/i386/isa/Attic/ida.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message