VOID
NdisWritePortUlong(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN ULONG Data
);
NdisWritePortUlong is called by the NIC driver to write a ULONG to an I/O port.
Callers of NdisWritePortUlong can be running at any IRQL.
NdisRawWritePortUlong, NdisReadPortUlong, NdisWritePortBufferUlong