NdisRawWritePortUchar writes a byte to an I/O port on the NIC.
VOID
NdisRawWritePortUchar(
IN ULONG_PTR Port,
IN UCHAR Data
);
Declared in Ndis.h. Include Ndis.h.
NdisRawWritePortUchar runs faster than NdisImmediateWritePortUchar because it need not map a bus-relative I/O port address onto a host-dependent logical port address at every call.
Callers of NdisRawWritePortUchar can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortUchar, NdisRawWritePortBufferUchar, NdisRawWritePortUlong, NdisRawWritePortUshort