From owner-cvs-sys Wed Oct 15 09:17:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28560 for cvs-sys-outgoing; Wed, 15 Oct 1997 09:17:59 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA28491; Wed, 15 Oct 1997 09:17:10 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA11906; Wed, 15 Oct 1997 09:16:07 -0700 (PDT) Date: Wed, 15 Oct 1997 09:16:07 -0700 (PDT) Message-Id: <199710151616.JAA11906@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi sd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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