return tb_cfg_get_error(ctl, space, &res);
 
        case -ETIMEDOUT:
-               tb_ctl_warn(ctl, "timeout reading config space %u from %#x\n",
-                           space, offset);
+               tb_ctl_warn(ctl, "%llx: timeout reading config space %u from %#x\n",
+                           route, space, offset);
                break;
 
        default:
                return tb_cfg_get_error(ctl, space, &res);
 
        case -ETIMEDOUT:
-               tb_ctl_warn(ctl, "timeout writing config space %u to %#x\n",
-                           space, offset);
+               tb_ctl_warn(ctl, "%llx: timeout writing config space %u to %#x\n",
+                           route, space, offset);
                break;
 
        default: