]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5923b895d4807a1d06d68eea4b8c15d0eaf253c4
tree78a3fdca9f37e1b3d88c6d0cd721b5bfa1477dbd
parent1e0aeebdb5124157dd204ae4c92d732bfd7443c5
I/O port protection: update for windows compatibility.

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>
drivers/acpi/acpica/hwvalid.c