I/O port protection: update for windows compatibility.
authorLin Ming <ming.m.lin@intel.com>
Thu, 16 Apr 2009 07:18:16 +0000 (15:18 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 24 Apr 2009 04:25:55 +0000 (00:25 -0400)
For windows compatibility,
1) On a port protection violation, simply ignore the request and
   do not return an exception (allow the control method to continue execution.)
2) If only part of the request overlaps a protected port,
   read/write the individual ports that are not protected.

http://bugzilla.kernel.org/show_bug.cgi?id=13036

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found