PCI_IO_RANGE_MASK
start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8;
end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8;
io_mask = PCI_IO_RANGE_MASK;