CVSROOT: /cvs Module name: src Changes by: ma...@cvs.openbsd.org 2010/03/09 12:29:14
Modified files: sys/dev/pci : mpii.c Log message: - push replies back to the free queue when done processing events so that we won't accidentally run out of replies; - tell ioc our reply post host index right away in the mpii_complete; - don't try to call ccb_done of the unqueued ccb; - decrease poll timeouts in req_cfg_header and req_cfg_page by the factor of 10 (5 seconds is pretty much enough); - add facility to calculate event masks and get rid of the Task Set Full event; - alter openings as we have (request_depth - 1) ccbs actually; - promote printfs in the mpii_bio_volstate to the MISC debug level; - rototil some more disabled and experimetal code. from Mike Belopuhov <m...@crypt.org.ru> specific ok from deraadt