From 025f1f9d9b447d1be420bf2b06ee3afb2b9cbd0e Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 23 Oct 2019 14:09:22 +0100 Subject: [PATCH] arch: x86_64: acpi: Remove 16-bit PCI range We don't use this range and it shouldn't be included in our DSDT. Signed-off-by: Rob Bradford --- arch/src/x86_64/acpi.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/src/x86_64/acpi.rs b/arch/src/x86_64/acpi.rs index 5c23d77c3..e36d470ef 100644 --- a/arch/src/x86_64/acpi.rs +++ b/arch/src/x86_64/acpi.rs @@ -129,12 +129,6 @@ pub fn create_dsdt_table( &aml::IO::new(0xcf8, 0xcf8, 1, 0x8), &aml::AddressSpace::new_io(0x0u16, 0xcf7u16), &aml::AddressSpace::new_io(0xd00u16, 0xffffu16), - &aml::AddressSpace::new_memory( - aml::AddressSpaceCachable::Cacheable, - true, - 0xa_0000u32, - 0xb_ffffu32, - ), &aml::AddressSpace::new_memory( aml::AddressSpaceCachable::NotCacheable, true,