VOID
NdisRawWritePortUlong(
IN ULONG Port,
IN ULONG Data
);
NdisRawWritePortUlong writes a ULONG value to an I/O port on the NIC.
NdisRawWritePortUlong runs faster than NdisImmediateWritePortUlong because it need not map a bus-relative I/O port address onto a host-dependent logical port address at every call.
Callers of NdisRawWritePortUlong can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortUlong, NdisRawWritePortBufferUlong, NdisRawWritePortUchar, NdisRawWritePortUshort