Skip to content

Commit 0e45c62

Browse files
committed
Fix incorrect print in PCI device info dumping in SysReport
Fixes acidanthera/bugtracker#2486
1 parent be0f225 commit 0e45c62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
OpenCore Changelog
22
==================
3+
#### v1.0.5
4+
- Fixed incorrect print in PCI device info dumping in `SysReport`
5+
36
#### v1.0.4
47
- Added support for booting from static IPv4 address in OpenCore-specific HttpBootDxe
58
- Added static IPv4 configuration options to OpenNetworkBoot

Library/OcDeviceMiscLib/PciInfoDump.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,6 @@ OcPciInfoDump (
15311531
&FileBuffer,
15321532
&FileBufferSize,
15331533
"\n Vendor ID: 0x%04X, Device ID: 0x%04X, RevisionID: 0x%02X, ClassCode: 0x%02X%02X%02X",
1534-
Index + 1,
15351534
PciDevice.Hdr.VendorId,
15361535
PciDevice.Hdr.DeviceId,
15371536
PciDevice.Hdr.RevisionID,

0 commit comments

Comments
 (0)