Fedora Packages

ioport

Access I/O ports

These commands enable command line and script access directly to I/O ports on PC hardware. The inb, inw and inl commands perform an input (read) operation on the given I/O port, and print the result. The outb, outw and outl commands perform an output (write) operation to the given I/O port, sending the given data. Note that the order of the parameters is ADDRESS DATA. The size of the operation is selected according to the suffix, with 'b' meaning byte, 'w' meaning word (16 bits) and 'l' meaning long (32 bits).

Releases Overview

Release Stable Testing
Fedora Rawhide 1.2-30.fc40 -
Fedora 40 1.2-30.fc40 -
Fedora 39 1.2-28.fc39 -
Fedora 38 1.2-27.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at ioport dash maintainers at fedoraproject dot org.



Sources on Pagure