ScsiPortReadPortBufferUlong


VOID ScsiPortReadPortBufferUlong(Port, Buffer, Count)
IN PULONG  Port;
IN PULONG  Buffer;
IN ULONG  Count;

Transfers a given number of ULONG values from an HBA's I/O port into the specified buffer.

Port

Points to the port address.

Buffer

Points to the buffer.

Count

Specifies the number of ULONG values to read.

ScsiPortReadPortBufferUlong ensures that the data is transferred correctly.