mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +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
|
||||
// from the WinNtIo handle. The Uart setings are zero here, since
|
||||
// SetAttribute() will update them to match the current setings.
|
||||
// Build the device path by appending the UART node to the ParentDevicePath.
|
||||
//The Uart setings are zero here, since SetAttribute() will update them to match
|
||||
// the default setings.
|
||||
//
|
||||
SerialDevice->DevicePath = AppendDevicePathNode (
|
||||
ParentDevicePath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user