From owner-cvs-all Fri Oct 9 14:41:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26591 for cvs-all-outgoing; Fri, 9 Oct 1998 14:41:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26551; Fri, 9 Oct 1998 14:40:58 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA03289; Fri, 9 Oct 1998 14:40:51 -0700 (PDT) Date: Fri, 9 Oct 1998 14:40:51 -0700 (PDT) Message-Id: <199810092140.OAA03289@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/advansys advlib.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/10/09 14:40:51 PDT Modified files: sys/dev/advansys advlib.c Log: Only pull 16 bits of residual information from completing queues. This is a work-around from an LRAM access bug on the 940UA. In a future microcode revision, the high 16bits of residual information will be moved to a safe location and we'll return to 32bit residuals. Since we only allow 64KB I/O, 16bits is enough. Revision Changes Path 1.8 +10 -2 src/sys/dev/advansys/advlib.c