Date: Thu, 18 Apr 2002 12:11:46 -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 ata-all.h ata-disk.c ata-dma.c ata-isa.c atapi-all.c Message-ID: <200204181911.g3IJBkG92426@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204181911.g3IJBkG92426>