ScsiPortReadRegisterBufferUchar

VOID ScsiPortReadRegisterBufferUchar(Register, Buffer, Count)
IN PUCHAR  Register;
IN PUCHAR  Buffer;
IN ULONG  Count;
 

Transfers a specified number of unsigned bytes from the HBA's memory mapped register into the specified buffer.

Register
Points to the register.
Buffer
Points to the buffer.
Count
Specifies the number of bytes to be read.

ScsiPortReadRegisterBufferUchar ensures that the data is transferred correctly.