Don't leave the CDROM tray locked if an attempt to mount it is made and

the drive is actually empty.

Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
This commit is contained in:
Mike Smith 1998-12-23 09:07:40 +00:00
parent 35fb56f97e
commit f56eb43ab6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42028

View File

@ -13,7 +13,7 @@
* all derivative works or modified versions.
*
* From: Version 1.9, Mon Oct 9 20:27:42 MSK 1995
* $Id: wcd.c,v 1.60 1998/10/30 10:57:09 luigi Exp $
* $Id: wcd.c,v 1.61 1998/12/13 23:30:15 steve Exp $
*/
#include "wdc.h"
@ -692,6 +692,7 @@ static void wcd_error (struct wcd *t, struct atapires result)
if (result.error & ~AER_SKEY) {
/* Audio disc. */
printf ("wcd%d: cannot read audio disc\n", t->lun);
t->flags &= ~F_LOCKED;
return;
}
/* Tray open. */