summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Bus
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 06:10:09 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 06:10:09 +0000
commited7748fe4a5575adea8055c6da5948fbee65fd7a (patch)
tree5c17cc05384d1b37043384f0f0b2924e00212352 /IntelFrameworkModulePkg/Bus
parent977bdf030be14659ed1cf57a40b13bd8492430cf (diff)
downloadedk2-ed7748fe4a5575adea8055c6da5948fbee65fd7a.zip
edk2-ed7748fe4a5575adea8055c6da5948fbee65fd7a.tar.gz
edk2-ed7748fe4a5575adea8055c6da5948fbee65fd7a.tar.bz2
remove some comments introduced by tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus')
-rw-r--r--IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h12
-rw-r--r--IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h8
-rw-r--r--IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h12
-rw-r--r--IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h12
-rw-r--r--IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h12
5 files changed, 14 insertions, 42 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
index 352aca9..8a17e60 100644
--- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
+++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h
@@ -24,14 +24,10 @@ Revision History:
#ifndef _EFI_ISA_BUS_H
#define _EFI_ISA_BUS_H
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/PciIo.h>
#include <Protocol/ComponentName.h>
#include <Protocol/IsaIo.h>
@@ -40,9 +36,7 @@ Revision History:
#include <Protocol/DriverBinding.h>
#include <Protocol/GenericMemoryTest.h>
#include <Guid/StatusCodeDataTypeId.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h>
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h b/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h
index f60b146..45377a7 100644
--- a/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h
+++ b/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h
@@ -27,15 +27,11 @@ Revision History:
#include <PiDxe.h>
#include <FrameworkPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/BlockIo.h>
#include <Protocol/IsaIo.h>
#include <Protocol/DevicePath.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/TimerLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h
index 6bef39b..ac35b90 100644
--- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h
+++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h
@@ -25,20 +25,14 @@ Revision History:
#ifndef _SERIAL_H
#define _SERIAL_H
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
#include <FrameworkPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/IsaIo.h>
#include <Protocol/SerialIo.h>
#include <Protocol/DevicePath.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h>
diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h
index 13fa1b5..87c8304 100644
--- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h
+++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h
@@ -16,21 +16,15 @@
#define _IDE_BUS_H
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/IdeControllerInit.h>
#include <Protocol/BlockIo.h>
#include <Protocol/PciIo.h>
#include <Protocol/DiskInfo.h>
#include <Protocol/DevicePath.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h>
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h
index b2149a2..80cb829 100644
--- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h
+++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h
@@ -24,14 +24,10 @@ Revision History
#ifndef _EFI_PCI_BUS_H
#define _EFI_PCI_BUS_H
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/LoadedImage.h>
#include <Protocol/PciHostBridgeResourceAllocation.h>
#include <Protocol/PciIo.h>
@@ -45,9 +41,7 @@ Revision History
#include <Guid/PciOptionRomTable.h>
#include <Protocol/BusSpecificDriverOverride.h>
#include <Protocol/UgaIo.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h>