Date: Wed, 15 Oct 1997 09:16:07 -0700 (PDT) From: Joerg Wunsch <joerg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi sd.c Message-ID: <199710151616.JAA11906@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 1997/10/15 09:16:07 PDT Modified files: (Branch: RELENG_2_2) sys/scsi sd.c Log: MFC: rev 1.112, remove the call to scsi_start_unit() from sd_open(). It didn't work as desired anyway, and caused grieve to owners of IBM disks when used in conjunction with tagged cmd queuing. The only known problem by now is that Jaz drives might need a call to start_stop_unit(), but as pointed out by Wanrer, the old code didn't work for them either. We might have a quirk for them within short time, depending on the test results. OK'ed by: gibbs Revision Changes Path 1.95.2.5 +7 -6 src/sys/scsi/sd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710151616.JAA11906>