Add IncompatiblePciDeviceSupportDxe module in IntelFrameworkModulePkg.

This module provided one typical incompatible PCI device list to be one template and install EFI incompatible PCI device support protocol.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8783 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2009-07-07 07:09:31 +00:00
parent 7c6b044003
commit 574bb8b749
5 changed files with 446 additions and 12 deletions

View File

@ -24,8 +24,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: IncompatiblePciDeviceSupport.h
@par Revision Reference:
This protocol is defined in Framework of EFI PCI Platform Support Specification.
Version 0.9.
@ -65,8 +63,8 @@ EFI_STATUS
IN UINTN VendorId,
IN UINTN DeviceId,
IN UINTN Revision,
IN UINTN SubVendorId,OPTIONAL
IN UINTN SubDeviceId,OPTIONAL
IN UINTN SubVendorId,
IN UINTN SubDeviceId,
OUT VOID **Configuration
);