]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4:
authormav <mav@FreeBSD.org>
Wed, 4 Nov 2009 15:40:19 +0000 (15:40 +0000)
committermav <mav@FreeBSD.org>
Wed, 4 Nov 2009 15:40:19 +0000 (15:40 +0000)
commit60555b7f32693190621dfe59042c93c402aff423
tree5c286fcbb463526d61b9742678c85dba406925ee
parent3b2c41e09403528fbc4c44de25a94d6fc140d216
MFp4:
- Remove CAM_PERIPH_POLLED flag. It is broken by design. Polling can't be
periph flag. May be SIM, may be CCB, but now it works fine just without it.
- Remove check unused for at least five years. If we will ever have non-BIO
devices in CAM, this check is smallest of what we will need.
- If several controllers complete requests same time, call swi_sched()
only once.
sys/cam/ata/ata_da.c
sys/cam/cam_periph.h
sys/cam/cam_xpt.c
sys/cam/scsi/scsi_da.c