summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-04 07:12:25 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-04 07:12:25 +0000
commitd354ab7ff91f54f39ff0e846b059ed97393eb8ed (patch)
treeb959fb115d41d41d9f44ed75b22f749132492cb5 /MdeModulePkg/Bus/Pci
parent9d6abd675fdd46992d54cf552187c74145365d0a (diff)
downloadedk2-d354ab7ff91f54f39ff0e846b059ed97393eb8ed.zip
edk2-d354ab7ff91f54f39ff0e846b059ed97393eb8ed.tar.gz
edk2-d354ab7ff91f54f39ff0e846b059ed97393eb8ed.tar.bz2
1)Global variables have been moved backward ahead of functions.
2)INF comments have been reviewed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6839 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci')
-rw-r--r--MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf6
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf4
2 files changed, 9 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
index 6260660..0ae943d 100644
--- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
+++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
@@ -27,7 +27,11 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC#
+#
+# DRIVER_BINDING = gEhciDriverBinding
+# COMPONENT_NAME = gEhciComponentName
+# COMPONENT_NAME2 = gEhciComponentName2
#
[Sources.common]
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
index 34d64e6..d2eb2bf 100644
--- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
+++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
@@ -28,6 +28,10 @@
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
+# DRIVER_BINDING = gUhciDriverBinding
+# COMPONENT_NAME = gUhciComponentName
+# COMPONENT_NAME2 = gUhciComponentName2
+#
[Sources.common]
UhciSched.c