ScsiPortWritePortBufferUchar

VOID
    ScsiPortWritePortBufferUchar(

        IN PUCHAR  Port,
        IN PUCHAR  Buffer,
        IN ULONG  Count
        );

ScsiPortWritePortBufferUchar transfers a given number of unsigned bytes from a buffer to the HBA.

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 a buffer.
Count
Specifies the number of bytes to be written to the HBA.

See Also

ScsiPortGetDeviceBase