Share via


NDIS I/O Port Interface (Compact 2013)

3/26/2014

The NDIS Library provides a set of I/O functions that a miniport network adapter (NIC) driver calls to access I/O ports. These calls provide a standard portable interface that supports the various operating environments for NDIS drivers. Functions are provided for mapping ports, for claiming I/O resources, and for reading from and writing to the mapped and unmapped I/O ports.

In This Section

  • NdisMRegisterIoPortRange
    Sets up driver access to device I/O ports with the NdisRawReadPortXxx and NdisRawWritePortXxx functions and claims the range of I/O port addresses in the registry for that driver's network adapter.

See Also

Reference

NDIS Miniport Driver Reference