Date: Mon, 7 Nov 2011 22:34:07 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r227321 - stable/7/sys/dev/esp Message-ID: <201111072234.pA7MY73n099422@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Mon Nov 7 22:34:07 2011 New Revision: 227321 URL: http://svn.freebsd.org/changeset/base/227321 Log: Partially disable r227304 as stable/7 doesn't support reporting the maximum supported transfer size, yet. Reported by: Scott Allendorf This is a direct commit to stable/7. Modified: stable/7/sys/dev/esp/ncr53c9x.c Modified: stable/7/sys/dev/esp/ncr53c9x.c ============================================================================== --- stable/7/sys/dev/esp/ncr53c9x.c Mon Nov 7 22:30:19 2011 (r227320) +++ stable/7/sys/dev/esp/ncr53c9x.c Mon Nov 7 22:34:07 2011 (r227321) @@ -1025,7 +1025,9 @@ ncr53c9x_action(struct cam_sim *sim, uni cpi->protocol_version = SCSI_REV_2; cpi->transport = XPORT_SPI; cpi->transport_version = 2; +#if 0 cpi->maxio = sc->sc_maxxfer; +#endif ccb->ccb_h.status = CAM_REQ_CMP; break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111072234.pA7MY73n099422>