OPT_MEDIUM_ERR_ADDR
ret = (lba < OPT_MEDIUM_ERR_ADDR)
? OPT_MEDIUM_ERR_ADDR : (int)lba;
static unsigned int sdebug_medium_error_start = OPT_MEDIUM_ERR_ADDR;