Expand description
Device I/O access and corresponding allocator.
This module allows device drivers to access the device I/O they need through allocators. There are two types of device I/O:
IoMem
for memory I/O (MMIO).IoPort
for port I/O (PIO).
Device I/O access and corresponding allocator.
This module allows device drivers to access the device I/O they need through allocators. There are two types of device I/O:
IoMem
for memory I/O (MMIO).IoPort
for port I/O (PIO).