cvs commit: src/sys/dev/ata ata-chipset.c ata-dma.c ata-lowlevel.c
ata-pci.c
Søren Schmidt
sos at FreeBSD.org
Sun May 1 05:24:46 PDT 2005
sos 2005-05-01 12:24:45 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-chipset.c ata-dma.c ata-lowlevel.c
ata-pci.c
Log:
Update on the last commit, the dma* funciton needs to be called with
a channel device, not an ata device, or we'll be out of luck in
reset/timeout where we dont have a device.
Revision Changes Path
1.115 +6 -6 src/sys/dev/ata/ata-chipset.c
1.136 +2 -2 src/sys/dev/ata/ata-dma.c
1.65 +9 -9 src/sys/dev/ata/ata-lowlevel.c
1.102 +2 -2 src/sys/dev/ata/ata-pci.c
More information about the cvs-src
mailing list