VOID
ScsiPortWritePortBufferUlong(
IN PULONG Port,
IN PULONG Buffer,
IN ULONG Count
);
ScsiPortWritePortBufferUlong transfers a given number of ULONG values 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 the buffer.
Count
Specifies the number of ULONG values to be written to the HBA.
See Also