VOID
InbvPortPutString(
IN ULONG BlFileId,
IN PUCHAR Output
);
Routine Description:
Write a string to the port.
Arguments:
BlFileId - The port to write to.
Output - Supplies the output data string.
Return Value:
None.