Date: Tue, 3 May 2005 07:55:07 +0000 (UTC) From: Søren Schmidt <sos@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata-pci.c ata-queue.c atapi-cd.c Message-ID: <200505030755.j437t7fo017740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2005-05-03 07:55:07 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata-pci.c ata-queue.c atapi-cd.c Log: Reshape the dma code to be a bit more flexible so it can cope with new HW that has new and different demands. Fix a few nits in former commit in this cleanup crusade. Sponsored by: pair.com Revision Changes Path 1.249 +41 -1 src/sys/dev/ata/ata-all.c 1.101 +12 -10 src/sys/dev/ata/ata-all.h 1.116 +91 -122 src/sys/dev/ata/ata-chipset.c 1.137 +18 -10 src/sys/dev/ata/ata-dma.c 1.66 +103 -155 src/sys/dev/ata/ata-lowlevel.c 1.103 +19 -7 src/sys/dev/ata/ata-pci.c 1.48 +1 -2 src/sys/dev/ata/ata-queue.c 1.178 +4 -22 src/sys/dev/ata/atapi-cd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505030755.j437t7fo017740>