diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-02 03:29:07 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-02 03:29:07 +0000 |
commit | a7f3d10548e1aedabb3c9387ae91e8e3cf0945ec (patch) | |
tree | f97a8e1d734e590bd0fabf80239b142f1df18df1 /IntelFrameworkModulePkg | |
parent | b15f0798c7a6bc041a3a63e571423ec436b52d98 (diff) | |
download | edk2-platforms-a7f3d10548e1aedabb3c9387ae91e8e3cf0945ec.tar.xz |
rename to meet actual filenames
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5404 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf index c90a3645b6..6aa04701ef 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf @@ -3,7 +3,7 @@ #
# IDE bus driver. This driver will enumerate IDE device and export the blockIo
# protocol for every device.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -42,13 +42,13 @@ DriverConfiguration.c
ComponentName.h
ComponentName.c
- atapi.c
- ata.c
- ide.c
- idebus.c
- idedata.h
- ide.h
- idebus.h
+ Atapi.c
+ Ata.c
+ Ide.c
+ IdeBus.c
+ IdeData.h
+ Ide.h
+ IdeBus.h
[Packages]
|