VOID
NdisReadPortUlong(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
OUT PULONG Data
);
NdisReadPortUlong is called by the NIC driver to read a ULONG from its NIC’s I/O port.
Callers of NdisReadPortUlong can be running at any IRQL.
NdisRawReadPortUlong, NdisReadPortBufferUlong, NdisWritePortUlong