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;
|
UINT8 Byte;
|
||||||
UINTN Index;
|
UINTN Index;
|
||||||
UINT16 DeviceId;
|
UINT16 DeviceId;
|
||||||
|
EFI_STATUS Status;
|
||||||
|
|
||||||
//
|
Status = Private->PciIo->Pci.Read (
|
||||||
// Read the PCI Configuration Header from the PCI Device
|
|
||||||
//
|
|
||||||
ASSERT_EFI_ERROR (
|
|
||||||
Private->PciIo->Pci.Read (
|
|
||||||
Private->PciIo,
|
Private->PciIo,
|
||||||
EfiPciIoWidthUint16,
|
EfiPciIoWidthUint16,
|
||||||
PCI_DEVICE_ID_OFFSET,
|
PCI_DEVICE_ID_OFFSET,
|
||||||
1,
|
1,
|
||||||
&DeviceId
|
&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, 0x1206);
|
||||||
outw (Private, SEQ_ADDRESS_REGISTER, 0x0012);
|
outw (Private, SEQ_ADDRESS_REGISTER, 0x0012);
|
||||||
|
|
Loading…
Reference in New Issue