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
Søren Schmidt
sos at FreeBSD.org
Tue May 3 00:55:12 PDT 2005
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
More information about the cvs-src
mailing list