Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
- Timestamp:
- Aug 12, 2020 4:09:12 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139865
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-133213 /vendor/edk2/current 103735-103757,103769-103776,129194-139864
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
r80721 r85718 59 59 60 60 @retval RETURN_SUCCESS The serial device was initialized. 61 @retval RETURN_DEVICE_ERROR The ser ail device could not be initialized.61 @retval RETURN_DEVICE_ERROR The serial device could not be initialized. 62 62 63 63 **/ … … 140 140 while ((NumberOfBytes--) != 0) { 141 141 // 142 // Wait for the ser ail port to be ready.142 // Wait for the serial port to be ready. 143 143 // 144 144 do { … … 181 181 while ((NumberOfBytes--) != 0) { 182 182 // 183 // Wait for the ser ail port to be ready.183 // Wait for the serial port to be ready. 184 184 // 185 185 do { … … 196 196 Polls a serial device to see if there is any data waiting to be read. 197 197 198 Polls a serial device to see if there is any data waiting to be read.198 Polls a serial device to see if there is any data waiting to be read. 199 199 If there is data waiting to be read from the serial device, then TRUE is returned. 200 200 If there is no data waiting to be read from the serial device, then FALSE is returned. … … 340 340 341 341 /** 342 Sets the baud rate, receive FIFO depth, transmit/recei ce time out, parity,342 Sets the baud rate, receive FIFO depth, transmit/receive time out, parity, 343 343 data bits, and stop bits on a serial device. 344 344 … … 346 346 device's default interface speed. 347 347 On output, the value actually set. 348 @param Re veiveFifoDepth The requested depth of the FIFO on the receive side of the348 @param ReceiveFifoDepth The requested depth of the FIFO on the receive side of the 349 349 serial interface. A ReceiveFifoDepth value of 0 will use 350 350 the device's default FIFO depth. … … 359 359 On output, the value actually set. 360 360 @param DataBits The number of data bits to use on the serial device. A DataBits 361 va ule of 0 will use the device's default data bit setting.361 value of 0 will use the device's default data bit setting. 362 362 On output, the value actually set. 363 363 @param StopBits The number of stop bits to use on this serial device. A StopBits
Note:
See TracChangeset
for help on using the changeset viewer.