Module Name: src Committed By: mhitch Date: Mon Jan 30 17:45:17 UTC 2012
Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Allow adapters with SAS/SATA or FC devices to use tagged queuing by the scsipi layer. Can improve write performance on SAS adapters under certain conditions when the logical drive does not have write caching enabled. Also need to reserver a couple of slots for commands for the driver to use - stops the adapter shortage messages. Multiple commands can now cause QUEUE_FULL events, so add that to the events handled, currently just ignoring it. Changes based on the thread http://mail-index.netbsd.org/tech-kern/2011/02/08/msg009946.html. cvs: ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/mpt_netbsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.