From owner-cvs-all Thu Apr 18 12:11:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 561FA37B41D; Thu, 18 Apr 2002 12:11:46 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3IJBkG92426; Thu, 18 Apr 2002 12:11:46 -0700 (PDT) (envelope-from sos) Message-Id: <200204181911.g3IJBkG92426@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 18 Apr 2002 12:11:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.h ata-disk.c ata-dma.c ata-isa.c atapi-all.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/04/18 12:11:46 PDT Modified files: sys/dev/ata ata-all.h ata-disk.c ata-dma.c ata-isa.c atapi-all.c Log: Fix the breakage of tagged queueing that the busdma integration introduced. Since its now only possible to have one DMA control block at a time, we move the setup to dmastart instead. Revision Changes Path 1.53 +1 -1 src/sys/dev/ata/ata-all.h 1.132 +4 -2 src/sys/dev/ata/ata-disk.c 1.97 +24 -22 src/sys/dev/ata/ata-dma.c 1.6 +1 -1 src/sys/dev/ata/ata-isa.c 1.89 +2 -1 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message