diff options
author | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-18 06:23:53 +0000 |
---|---|---|
committer | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-18 06:23:53 +0000 |
commit | 8f3e12297ac855d18a4f78dd829634677ee31705 (patch) | |
tree | 5be2f4a8d2f5025762566757af20b42b1d0a3e42 | |
parent | f527a6f1ab9ec173084708493d83a21c80b8c615 (diff) | |
download | edk2-platforms-8f3e12297ac855d18a4f78dd829634677ee31705.tar.xz |
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
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c index cf895c8802..47ec6b7b5e 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c @@ -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,
|