class to map uio addresses into user space #535

Closed
meierj wants to merge 191 commits from eive:meier/uioMapper into master
Showing only changes of commit 215d01b3ca - Show all commits

View File

@ -654,7 +654,8 @@ void DeviceHandlerBase::doGetWrite() {
}
// We need to distinguish here, because a raw command never expects a reply.
// (Could be done in eRIRM, but then child implementations need to be careful.
// This could be done in the #enableReplyInReplyMap call,
// but then child implementations would need to be careful.
result = enableReplyInReplyMap(cookieInfo.pendingCommand);
} else if (result != NO_REPLY_EXPECTED) {
// always generate a failure event, so that FDIR knows what's up