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 22:34:46 UTC 2017
Modified Files:
src/sys/dev/ata [jdolecek-ncq]: ata.c
src/sys/dev/scsipi [jdolecek-ncq]: atapi_wdc.c
Log Message:
two last forgotten on-stack xfers replaced with using the queue xfer -
ata_get_params() and ata_set_mode()
fix wdc_atapi_get_params() to free the xfer used for soft reset before
calling ata_get_params() - it's now necessary, as ata_get_params() doesn't
invent a private xfer own any more
To generate a diff of this commit:
cvs rdiff -u -r1.132.8.13 -r1.132.8.14 src/sys/dev/ata/ata.c
cvs rdiff -u -r1.123.4.7 -r1.123.4.8 src/sys/dev/scsipi/atapi_wdc.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