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 <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2019-10-23 14:09:22 +01:00
parent 555ac68ea5
commit 025f1f9d9b

View File

@ -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,