The error code in cdrom.c now logs errors;

Illegal LUN is now invalid LUN and 05/25/00.
This commit is contained in:
OBattler
2017-01-21 01:17:49 +01:00
parent b2c7b4665d
commit 2e15aca382
2 changed files with 6 additions and 4 deletions

View File

@@ -78,6 +78,7 @@
#define ASC_ILLEGAL_OPCODE 0x20
#define ASC_LBA_OUT_OF_RANGE 0x21
#define ASC_INV_FIELD_IN_CMD_PACKET 0x24
#define ASC_INV_LUN 0x25
#define ASC_INV_FIELD_IN_PARAMETER_LIST 0x26
#define ASC_MEDIUM_MAY_HAVE_CHANGED 0x28
#define ASC_INCOMPATIBLE_FORMAT 0x30