cdrom: retry on unit attention code

This commit is contained in:
Brad Parker 2019-06-25 19:53:03 -04:00
parent 93b81198c2
commit 999f4fa2e8
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ retry:
case 2: case 2:
case 3: case 3:
case 4: case 4:
case 6:
if (retries_left) if (retries_left)
{ {
#ifdef CDROM_DEBUG #ifdef CDROM_DEBUG