diff options
author | Len Brown <len.brown@intel.com> | 2009-04-24 00:32:52 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-24 00:32:52 -0400 |
commit | a38d75fa2e48d4960b656eac39bc8a6b584a83c0 (patch) | |
tree | 56dc087b0651f3b044c48298e55ecc83aa17029d | |
parent | a65131e942e25c707a652fa4ec2cfcd8b63fec11 (diff) | |
download | linux-3.10-a38d75fa2e48d4960b656eac39bc8a6b584a83c0.tar.gz linux-3.10-a38d75fa2e48d4960b656eac39bc8a6b584a83c0.tar.bz2 linux-3.10-a38d75fa2e48d4960b656eac39bc8a6b584a83c0.zip |
Revert "ACPICA: delete check for AML access to port 0x81-83"
This reverts commit fdbdc7fc79c02ae4ede869d514179a2c65633d28.
That temporary quick-fix is no longer necessary,
as the previous patch, a65131e942e25c707a652fa4ec2cfcd8b63fec11,
"I/O port protection: update for windows compatibility"
should handle this issue for all ports, including this one.
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/acpi/acpica/hwvalid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/hwvalid.c b/drivers/acpi/acpica/hwvalid.c index 9c8345754f6..ec33f270c5b 100644 --- a/drivers/acpi/acpica/hwvalid.c +++ b/drivers/acpi/acpica/hwvalid.c @@ -90,6 +90,7 @@ static const struct acpi_port_info acpi_protected_ports[] = { {"PIT2", 0x0048, 0x004B, ACPI_OSI_WIN_XP}, {"RTC", 0x0070, 0x0071, ACPI_OSI_WIN_XP}, {"CMOS", 0x0074, 0x0076, ACPI_OSI_WIN_XP}, + {"DMA1", 0x0081, 0x0083, ACPI_OSI_WIN_XP}, {"DMA1L", 0x0087, 0x0087, ACPI_OSI_WIN_XP}, {"DMA2", 0x0089, 0x008B, ACPI_OSI_WIN_XP}, {"DMA2L", 0x008F, 0x008F, ACPI_OSI_WIN_XP}, |