ScsiPortWritePortBufferUlong

VOID ScsiPortWritePortBufferUlong(Port, Buffer, Count)
IN PULONG  Port;
IN PULONG  Buffer;
IN ULONG  Count;
 

Transfers a given number of ULONG values from the specified buffer to an I/O port.

Port
Points to the port.
Buffer
Points to the buffer.
Count
Specifies the number of ULONG values to be written.