From owner-freebsd-bugs Wed Aug 28 03:28:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17713 for bugs-outgoing; Wed, 28 Aug 1996 03:28:01 -0700 (PDT) Received: from bsd7.cs.sunysb.edu (bsd7.cs.sunysb.edu [130.245.1.197]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA17695 for ; Wed, 28 Aug 1996 03:27:55 -0700 (PDT) Received: (from uucp@localhost) by bsd7.cs.sunysb.edu (8.6.12/8.6.9) with UUCP id GAA17895; Wed, 28 Aug 1996 06:27:46 -0400 Received: (from gene@localhost) by starkhome.cs.sunysb.edu (8.7.5/8.6.9) id GAA23246; Wed, 28 Aug 1996 06:26:12 -0400 (EDT) Date: Wed, 28 Aug 1996 06:26:12 -0400 (EDT) From: Gene Stark Message-Id: <199608281026.GAA23246@starkhome.cs.sunysb.edu> To: phk@critter.tfs.com CC: jkh@time.cdrom.com, bugs@FreeBSD.org, bill@duchess.wagill.com In-reply-to: <1210.841224257@critter.tfs.com> (message from Poul-Henning Kamp on Wed, 28 Aug 1996 11:24:17 +0200) Subject: Re: misc/1515: Unable to install 2.1.5 from CD-ROM. Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> Didn't we remove mcd1 ? could that be the problem ? > >I don't see why. mcd0 should still be tweakable, unless >there's some bug which thwacks mcd0 if mcd1 is missing?! Looking at the CVS log and diffs, there were quite a number of changes since 2.0.5-RELEASE, some of which have to do with tracking the drive status. A behavioral change I noticed "recently" is that I have observed the drive to no longer eject in response to the button when the disk is mounted. My suspicion is that there has always been some sort of race condition, perhaps even in the hardware, that causes the Mitsumi sometimes not to know there is a CD in the drive. Cycling the door used to change its mind, but perhaps more recent changes to the driver have now blocked this type of workaround. I can't say too much more that isn't basically wild speculation. - Gene