From owner-cvs-src@FreeBSD.ORG Tue Aug 26 04:32:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A365E16A4BF; Tue, 26 Aug 2003 04:32:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC9143F93; Tue, 26 Aug 2003 04:32:58 -0700 (PDT) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7QBWw0U060838; Tue, 26 Aug 2003 04:32:58 -0700 (PDT) (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7QBWvfA060837; Tue, 26 Aug 2003 04:32:57 -0700 (PDT) Message-Id: <200308261132.h7QBWvfA060837@repoman.freebsd.org> From: Stephen McKay Date: Tue, 26 Aug 2003 04:32:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 11:32:58 -0000 mckay 2003/08/26 04:32:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c ata-pci.c Log: almost-MFC: Søren and I have made a minimal 4.x variant of the bits in current (ata-chipset.c:1.32) that properly support the SiI 0680 chip. Prior to this, heavy load on both channels at once would cause command timeouts and sometimes data corruption. Submitted by: sos Approved by: re (murray) and sos Revision Changes Path 1.35.2.32 +4 -4 src/sys/dev/ata/ata-dma.c 1.32.2.16 +6 -0 src/sys/dev/ata/ata-pci.c