VOID
ScsiPortReadPortBufferUlong(
IN PULONG Port,
IN PULONG Buffer,
IN ULONG Count
);
ScsiPortReadPortBufferUlong transfers a given number of ULONG values from the HBA to a buffer.
Parameters
Port
Points to the I/O port. The given Port must be in a mapped I/O-space range returned by ScsiPortGetDeviceBase.
Buffer
Points to the buffer.
Count
Specifies the number of ULONG values to read from the HBA.
Comments
ScsiPortReadPortBufferUlong ensures that the data is transferred correctly.
See Also