Skip to content

pio: Remove support for non-x86 architectures

Tim Crawford requested to merge tcrawford/hwio:pio into master

PIO is a Intel construct originally designed for the 8086. Remove the non-x86 support of reading /dev/port, which may not exist.

This brings it in sync with the redox_syscall implementation.

Merge request reports