pub const MMIO_LEN: u64 = 0x1000;Expand description
This represents the size of the mmio device specified to the kernel through ACPI and as a command line option. It has to be larger than 0x100 (the offset where the configuration space starts from the beginning of the memory mapped device registers) + the size of the configuration space Currently hardcoded to 4K.