VOID
NdisWritePortUchar(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN UCHAR Data
);
NdisWritePortUchar is called by the NIC driver to write a UCHAR to an I/O port.
Callers of NdisWritePortUchar can be running at any IRQL.
NdisRawWritePortUchar, NdisReadPortUchar, NdisWritePortBufferUchar