X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FPciBusDxe%2FPciBus.h;h=3bcc134d0b3b83103979158a06135edede00fbc6;hp=b12d7ec5032fe5c0784095e63cf06b4f93f3e745;hb=11a6cc5bda811513d2fbe47d8cb1a70b48077800;hpb=05070c1b471b0d2af759f582e3c305859cd36b23 diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h index b12d7ec503..3bcc134d0b 100644 --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h @@ -32,6 +32,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include +#include #include #include @@ -203,7 +204,7 @@ struct _PCI_IO_DEVICE { LIST_ENTRY ChildList; // - // TURE if the PCI bus driver creates the handle for this PCI device + // TRUE if the PCI bus driver creates the handle for this PCI device // BOOLEAN Registered; @@ -285,7 +286,7 @@ struct _PCI_IO_DEVICE { UINT16 ReservedBusNum; // // Per PCI to PCI Bridge spec, I/O window is 4K aligned, - // but some chipsets support non-stardard I/O window aligments less than 4K. + // but some chipsets support non-standard I/O window alignments less than 4K. // This field is used to support this case. // UINT16 BridgeIoAlignment; @@ -327,8 +328,8 @@ extern BOOLEAN mReserveVgaAliases; @param _p Specified device. - @retval TRUE Device is a a GFX device. - @retval FALSE Device is not a a GFX device. + @retval TRUE Device is a GFX device. + @retval FALSE Device is not a GFX device. **/ #define IS_PCI_GFX(_p) IS_CLASS2 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_OTHER) @@ -339,7 +340,7 @@ extern BOOLEAN mReserveVgaAliases; @param This Protocol instance pointer. @param Controller Handle of device to test. - @param RemainingDevicePath Optional parameter use to pick a specific child. + @param RemainingDevicePath Optional parameter use to pick a specific child device to start. @retval EFI_SUCCESS This driver supports this device. @@ -361,7 +362,7 @@ PciBusDriverBindingSupported ( @param This Protocol instance pointer. @param Controller Handle of device to bind driver to. - @param RemainingDevicePath Optional parameter use to pick a specific child. + @param RemainingDevicePath Optional parameter use to pick a specific child device to start. @retval EFI_SUCCESS This driver is added to ControllerHandle. @@ -378,7 +379,7 @@ PciBusDriverBindingStart ( ); /** - Stop this driver on ControllerHandle. Support stoping any child handles + Stop this driver on ControllerHandle. Support stopping any child handles created by this driver. @param This Protocol instance pointer.