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
Søren Schmidt
sos at FreeBSD.org
Thu Aug 5 14:13:41 PDT 2004
sos 2004-08-05 21:13:41 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
Log:
Try to narrow down the race window on HW that does not have ways to
poll for which channel actually pulled the irq line.
Revision Changes Path
1.218 +3 -11 src/sys/dev/ata/ata-all.c
1.80 +3 -2 src/sys/dev/ata/ata-all.h
1.78 +9 -5 src/sys/dev/ata/ata-chipset.c
1.127 +2 -4 src/sys/dev/ata/ata-dma.c
1.41 +13 -13 src/sys/dev/ata/ata-lowlevel.c
1.86 +2 -0 src/sys/dev/ata/ata-pci.c
1.30 +14 -14 src/sys/dev/ata/ata-queue.c
More information about the cvs-src
mailing list