VOID
NdisRawWritePortUchar(
IN ULONG Port,
IN UCHAR Data
);
NdisRawWritePortUchar writes a byte to an I/O port on the NIC.
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