mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
modified to removed references to WinNt in the comments for serial drivers
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9085 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f527a6f1ab
commit
8f3e12297a
@ -428,9 +428,9 @@ SerialControllerDriverStart (
|
|||||||
//
|
//
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
// Build the device path by appending the UART node to the ParentDevicePath
|
// Build the device path by appending the UART node to the ParentDevicePath.
|
||||||
// from the WinNtIo handle. The Uart setings are zero here, since
|
//The Uart setings are zero here, since SetAttribute() will update them to match
|
||||||
// SetAttribute() will update them to match the current setings.
|
// the default setings.
|
||||||
//
|
//
|
||||||
SerialDevice->DevicePath = AppendDevicePathNode (
|
SerialDevice->DevicePath = AppendDevicePathNode (
|
||||||
ParentDevicePath,
|
ParentDevicePath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user