Fix K8 report bugs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8139 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1065,6 +1065,11 @@ IsaIoMap_FullSupport (
|
||||
if (Operation < 0 || Operation >= EfiIsaIoOperationMaximum) {
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
if (ChannelNumber >= 8) {
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
//
|
||||
// See if this is a Slave DMA Operation
|
||||
//
|
||||
|
Reference in New Issue
Block a user