Updated a comment about Immed and a debug message with tray loading

This commit is contained in:
Thomas Schmitt 2007-09-23 16:35:44 +00:00
parent 0721cf89d1
commit 9e4996a3b5
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.23.163419"
#define Cdrskin_timestamP "2007.09.23.163529"

View File

@ -44,10 +44,10 @@ void sbc_load(struct burn_drive *d)
d->issue_command(d, &c);
if (c.error)
return;
/* ts A70918 :
/* ts A70923 : Needed regardless of Immed bit. Was once 1 minute, now
5 minutes for loading. If this does not suffice then other commands
shall fail righteously. */
spc_wait_unit_attention(d, 300, "START UNIT (+ LOAD)", 0);
spc_wait_unit_attention(d, 300, "waiting after START UNIT (+ LOAD)",0);
}
void sbc_eject(struct burn_drive *d)