]> git.proxmox.com Git - mirror_edk2.git/commitdiff
sync filename exactly.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Jul 2008 02:54:54 +0000 (02:54 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Jul 2008 02:54:54 +0000 (02:54 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5482 6f19259b-4bc3-4df7-8a09-765794883524

22 files changed:
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ata.c
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Atapi.c
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ComponentName.c
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverDiagnostics.c
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBus.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciIo.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/Pcibus.c

index a315953e3cf2b07efb71716b537b49fa5110ee47..72941e93d4691ec025e062804eb1117e4810563c 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Copyright (c) 2006 - 2007 Intel Corporation. <BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation.<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -21,7 +21,7 @@
 \r
 **/\r
 \r
-#include "idebus.h"\r
+#include "IdeBus.h"\r
 \r
 /**\r
   Sends out an ATA Identify Command to the specified device.\r
index 210d9ddf322a14b385e4dffcd3f99a06cae6c757..5603896dde18776723f16263b77f94263c3be374 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                        \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -10,7 +10,7 @@
 \r
 **/\r
 \r
-#include "idebus.h"\r
+#include "IdeBus.h"\r
 \r
 /**\r
   This function is used to get the current status of the media residing\r
index 4bb3db53ea4d14e9aad98694031e52c17ac8b34f..0b1668838862ca6e3e15a44074dfee8fb735dfad 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -10,7 +10,7 @@
 \r
 **/\r
 \r
-#include "idebus.h"\r
+#include "IdeBus.h"\r
 \r
 //\r
 // EFI Component Name Protocol\r
index 47288ac484a9ac6529dc29ee84f62e3938bf9ae6..a6d3b567a07e4973ff0e362d1b0aba8a3e9e2e98 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -11,7 +11,7 @@
 **/\r
 \r
 \r
-#include "idebus.h"\r
+#include "IdeBus.h"\r
 \r
 CHAR16 *OptionString[4] = {\r
   L"Enable Primary Master    (Y/N)? -->",\r
index f9f0b2252ff35a686dd146065259eeb9c490164e..e28c93d34633afe474cd9488ab7c953f8a5ec2f2 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -11,7 +11,7 @@
 **/\r
 \r
 \r
-#include "idebus.h"\r
+#include "IdeBus.h"\r
 \r
 #define IDE_BUS_DIAGNOSTIC_ERROR  L"PCI IDE/ATAPI Driver Diagnostics Failed"\r
 \r
index a69c72e9e4870d717a6a51ff7561702cad2bf183..6386d7976ebf6d642001ff8696ad8f79228a715c 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Copyright (c) 2006, Intel Corporation\r
+  Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -10,7 +10,7 @@
 \r
 **/\r
 \r
-#include "idebus.h"\r
+#include "IdeBus.h"\r
 \r
 BOOLEAN ChannelDeviceDetected = FALSE;\r
 BOOLEAN SlaveDeviceExist      = FALSE;\r
index 666b81768cfeddb427e57f281f5f48f3c4e27c2b..baa344accb97c3a7e3f579a43fd4f6cdd8cd702b 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Copyright (c) 2006 - 2007 Intel Corporation. <BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -13,7 +13,7 @@
 \r
 **/\r
 \r
-#include "idebus.h"\r
+#include "IdeBus.h"\r
 \r
 #define PCI_CLASS_MASS_STORAGE  0x01\r
 #define PCI_SUB_CLASS_IDE       0x01\r
index 184a763cb2e95aa2b7737d315207dc2c70cc5f17..3ca17e42169a540421f88dc24d9cc2134d26697a 100644 (file)
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 \r
-#include "pcibus.h"\r
+#include "Pcibus.h"\r
 \r
 //\r
 // EFI Component Name Protocol\r
index 4a5f12df141acb2dada8bf019491ed89ac743b83..b702b71a1188882aac2bca8a5ea69e8257341bd0 100644 (file)
@@ -39,7 +39,7 @@
 [Sources.common]\r
   PciLib.c\r
   PciIo.c\r
-  Pcibus.c\r
+  PciBus.c\r
   PciDeviceSupport.c\r
   ComponentName.c\r
   ComponentName.h\r
@@ -64,7 +64,7 @@
   PciDeviceSupport.h\r
   PciCommand.h\r
   PciIo.h\r
-  Pcibus.h\r
+  PciBus.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
index c426a504ce4966f8ef52748c8d88b7735838e137..6d802bd3d8031055ca85c7fde48cc6e4ed9acbda 100644 (file)
@@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "Pcibus.h"\r
 \r
 /**\r
   Operate the PCI register via PciIo function interface.\r
index e6d8ff923e0ad448e841eed0a75bc5b251ccadd9..e5e7a4c526eb10469140a67d23993e0b3e87e13d 100644 (file)
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "Pcibus.h"\r
 #include "PciDeviceSupport.h"\r
 \r
 //\r
index 314230055d71d8f207ce59560e2663feffc4f5d1..282f810aae37ff355b441a5c109f828f5c472f5c 100644 (file)
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 \r
 /**\r
   Initializes a PCI Driver Override Instance\r
index 7784a1d86911d2ddf6dde1cba0aa7c4ebfd6471d..89a2f2946a24f77357f345d48eb4f2d3b9e8b2de 100644 (file)
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 #include "PciEnumerator.h"\r
 #include "PciResourceSupport.h"\r
 #include "PciOptionRomSupport.h"\r
index 7d211eaaed80ca198b298ec8077b17a8abc92996..825aae5437decdd34e5ef5dd9b06c07246dae270 100644 (file)
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 #include "PciEnumeratorSupport.h"\r
 #include "PciCommand.h"\r
 #include "PciIo.h"\r
index 22bef0df3df5e619dc24ffca25257a17de08a82e..dbf3a749d378cc0fbf2b7d3ec8d140bff68a28c4 100644 (file)
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 #include "PciHotPlugSupport.h"\r
 \r
 EFI_PCI_HOT_PLUG_INIT_PROTOCOL  *gPciHotPlugInit;\r
index eabbe4989b3f7f36e1549b3033d069f08eba7b6a..ddf2ea8f12e007eae60f17f9471866ea33cef4a3 100644 (file)
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 \r
 //\r
 // Internal use only\r
index 0df4db658c52dbbdeaf4504193cc2f7d9e32b102..085681bdba7c4741e0960c1c021856b1277122fd 100644 (file)
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 \r
 GLOBAL_REMOVE_IF_UNREFERENCED EFI_PCI_HOTPLUG_REQUEST_PROTOCOL gPciHotPlugRequest = {\r
   PciHotPlugRequestNotify\r
index 980282f63d4081528e7af8a52106738b9cddbda0..90f3591cd9b4a9d908a9e6444e59405e1ae1c40b 100644 (file)
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 #include "PciResourceSupport.h"\r
 \r
 #include <IndustryStandard/Pci23.h>\r
index eb77e517ad735aadf1950fc0f351d52ef834ec14..1ccdfa87dcfa883866cc8c6c98e32c2fa5f5ea19 100644 (file)
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 \r
 /**\r
   This function is intended to turn off PWE assertion and\r
index 9e094d1f8e90fcf842395fee064e35053ba3dc0e..a827bab097d3b200316f7ecbea0caff8b0ce92b1 100644 (file)
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 #include "PciResourceSupport.h"\r
 #include "PciCommand.h"\r
 \r
index bacd2ebd5dec9c0ac2de13d226528e3f845af792..50f2cd1a96f2bd53b7af86c0a29a6494cd1d8f2f 100644 (file)
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 \r
-#include "pcibus.h"\r
+#include "PciBus.h"\r
 #include "PciRomTable.h"\r
 \r
 typedef struct {\r
index d5e0661bfb4f93650be23e8f8bc1d6f5199990df..ec733ccbf33a74d2803acb6fb49fdb1afbb1604c 100644 (file)
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "pcibus.h"\r
+#include "Pcibus.h"\r
 \r
 //\r
 // PCI Bus Driver Global Variables\r