Skip to content
Snippets Groups Projects
Commit 6a306873 authored by Steven Murray's avatar Steven Murray
Browse files

Revert "Added som enew RMC error codes."

This reverts commit 91b50167.

Conflicts:

	common/serror.c
	h/serrno.h
parent ec62bca3
No related branches found
No related tags found
No related merge requests found
......@@ -430,10 +430,6 @@ const char *sys_rmerrlist[ERMMAXERR-ERMBASEOFF+2] =
"Remote SCSI media changer error (ops message + retry)",
"Remote SCSI media changer error (ops message + wait)",
"Remote SCSI media changer error (unload + demount)",
"Unknown drive-loader type",
"VID is too long",
"Failed to parse RMC host",
"Failed to parse ACS drive id",
"BAD ERROR NUMBER"
};
......
......@@ -425,12 +425,7 @@
#define ERMCOMSGS ERMCRBTERR+7 /* Remote SCSI media changer error (ops message + retry) */
#define ERMCOMSGR ERMCRBTERR+8 /* Remote SCSI media changer error (ops message + wait) */
#define ERMCUNLOAD ERMCRBTERR+9 /* Remote SCSI media changer error (unload + demount) */
#define ERMCUKNLDRTYPE ERMBASEOFF+12 /* Unknown drive-loader type */
#define ERMCVIDTOOLONG ERMBASEOFF+13 /* VID is too long */
#define ERMCPARSERMCHOST ERMBASEOFF+14 /* Failed to parse RMC host */
#define ERMCPARSEACSDRV ERMBASEOFF+15 /* Failed to parse ACS drive id */
#define ERMMAXERR ERMBASEOFF+15
#define ERMMAXERR ERMBASEOFF+11
/*
*------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment