Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [jdolecek-ncq] src/sys/dev
Module Name: src
Committed By: jdolecek
Date: Wed Jun 21 19:38:43 UTC 2017
Modified Files:
src/sys/dev/ata [jdolecek-ncq]: ata.c atavar.h
src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c mvsata.c siisata.c wdc.c
src/sys/dev/usb [jdolecek-ncq]: umass_isdata.c
Log Message:
change ata_queue_hwslot_to_xfer() and ata_queue_get_active_xfer() to take
ata_channel instead of ata_queue as parameter, and lock the channel while
traversing the queue
To generate a diff of this commit:
cvs rdiff -u -r1.132.8.12 -r1.132.8.13 src/sys/dev/ata/ata.c
cvs rdiff -u -r1.92.8.12 -r1.92.8.13 src/sys/dev/ata/atavar.h
cvs rdiff -u -r1.57.6.15 -r1.57.6.16 src/sys/dev/ic/ahcisata_core.c
cvs rdiff -u -r1.35.6.13 -r1.35.6.14 src/sys/dev/ic/mvsata.c
cvs rdiff -u -r1.30.4.18 -r1.30.4.19 src/sys/dev/ic/siisata.c
cvs rdiff -u -r1.283.2.8 -r1.283.2.9 src/sys/dev/ic/wdc.c
cvs rdiff -u -r1.33.4.4 -r1.33.4.5 src/sys/dev/usb/umass_isdata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index