Searched hist:efa575b6be201f52e0956c4f4941554227557a56 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_periph.h | diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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. diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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.
|
H A D | cam_xpt.c | diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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. diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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.
|
/freebsd/sys/cam/ata/ |
H A D | ata_da.c | diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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. diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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.
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_da.c | diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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. diff efa575b6be201f52e0956c4f4941554227557a56 Wed Nov 04 16:40:19 CET 2009 Alexander Motin <mav@FreeBSD.org> 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.
|