Date: Tue, 17 Nov 2009 21:09:47 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam cam_periph.h cam_xpt.c src/sys/cam/ata ata_da.c src/sys/cam/scsi scsi_da.c Message-ID: <200911172114.nAHLEV1O080474@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-11-17 21:09:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cam cam_periph.h cam_xpt.c sys/cam/ata ata_da.c sys/cam/scsi scsi_da.c Log: SVN rev 199444 on 2009-11-17 21:09:47Z by mav MFC r198899: - 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. Revision Changes Path 1.2.2.8 +0 -2 src/sys/cam/ata/ata_da.c 1.20.2.3 +0 -1 src/sys/cam/cam_periph.h 1.217.2.14 +12 -19 src/sys/cam/cam_xpt.c 1.236.2.8 +0 -3 src/sys/cam/scsi/scsi_da.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911172114.nAHLEV1O080474>