mirror of https://github.com/acidanthera/audk.git
Fix Build failure
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8712 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ac9868ecb8
commit
c453660804
|
@ -771,19 +771,19 @@ InitializeGraphicsMode (
|
|||
UINT8 Byte;
|
||||
UINTN Index;
|
||||
UINT16 DeviceId;
|
||||
EFI_STATUS Status;
|
||||
|
||||
//
|
||||
// Read the PCI Configuration Header from the PCI Device
|
||||
//
|
||||
ASSERT_EFI_ERROR (
|
||||
Private->PciIo->Pci.Read (
|
||||
Status = Private->PciIo->Pci.Read (
|
||||
Private->PciIo,
|
||||
EfiPciIoWidthUint16,
|
||||
PCI_DEVICE_ID_OFFSET,
|
||||
1,
|
||||
&DeviceId
|
||||
)
|
||||
);
|
||||
//
|
||||
// Read the PCI Configuration Header from the PCI Device
|
||||
//
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
outw (Private, SEQ_ADDRESS_REGISTER, 0x1206);
|
||||
outw (Private, SEQ_ADDRESS_REGISTER, 0x0012);
|
||||
|
|
Loading…
Reference in New Issue