Module Name: src Committed By: jdolecek Date: Sat Apr 15 12:01:24 UTC 2017
Modified Files: src/sys/dev/ata [jdolecek-ncq]: ata.c ata_wdc.c atavar.h satafis_subr.c wd.c wdvar.h src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c mvsata.c siisata.c wdc.c src/sys/dev/scsipi [jdolecek-ncq]: atapi_wdc.c src/sys/dev/usb [jdolecek-ncq]: umass_isdata.c Log Message: make ata_xfer's allocated as part of ata_queue and make it include ata_bio; they are pre-allocated on attach and ata_get_xfer() now never sleep, drop the pool modify wd(4) to file the bio requests using the xfers and hence make it possible to have more than one active I/O request in flight; ata_bio callback doesn't need to allocate any memory any more, require it to never return ATACMD_TRY_AGAIN move lp, badsect, multi from ata_bio to ata_drive_datas, as they are per-drive, not per transfer drop unused drv atac_claim_hw/atac_free_hw hooks, and also drop again ata_bio c_hwslot To generate a diff of this commit: cvs rdiff -u -r1.132.8.2 -r1.132.8.3 src/sys/dev/ata/ata.c cvs rdiff -u -r1.105.6.1 -r1.105.6.2 src/sys/dev/ata/ata_wdc.c cvs rdiff -u -r1.92.8.2 -r1.92.8.3 src/sys/dev/ata/atavar.h cvs rdiff -u -r1.7 -r1.7.28.1 src/sys/dev/ata/satafis_subr.c cvs rdiff -u -r1.428.2.2 -r1.428.2.3 src/sys/dev/ata/wd.c cvs rdiff -u -r1.43.4.1 -r1.43.4.2 src/sys/dev/ata/wdvar.h cvs rdiff -u -r1.57.6.2 -r1.57.6.3 src/sys/dev/ic/ahcisata_core.c cvs rdiff -u -r1.35.6.3 -r1.35.6.4 src/sys/dev/ic/mvsata.c cvs rdiff -u -r1.30.4.2 -r1.30.4.3 src/sys/dev/ic/siisata.c cvs rdiff -u -r1.283.2.1 -r1.283.2.2 src/sys/dev/ic/wdc.c cvs rdiff -u -r1.123.4.1 -r1.123.4.2 src/sys/dev/scsipi/atapi_wdc.c cvs rdiff -u -r1.33 -r1.33.4.1 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.