ScsiPortWritePortUchar

VOID
    ScsiPortWritePortUchar(

        IN PUCHAR  Port,
        IN UCHAR  Value
        );

ScsiPortWritePortUchar transfers an unsigned byte 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.
Value
Specifies the value to be written to the HBA’s I/O port.

See Also

ScsiPortGetDeviceBase