From 4b11601d48d2571758bc61976a8f0550a479b5ea Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sun, 4 Jul 2021 01:21:52 +0300 Subject: Fix formatting in lesson 30 Signed-off-by: Konstantin Aladyshev --- Lesson_30/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Lesson_30/README.md b/Lesson_30/README.md index 7061b5b..756583f 100644 --- a/Lesson_30/README.md +++ b/Lesson_30/README.md @@ -358,15 +358,15 @@ As with ACPI newer PCI specifications include the older ones: ``` Pci.h > PciExpress50.h > PciExpress40.h > PciExpress31.h > PciExpress30.h > PciExpress21.h > Pci30.h > Pci23.h > Pci22.h ``` --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress50.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress40.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress31.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress30.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress21.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci30.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci23.h --https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci22.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress50.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress40.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress31.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress30.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress21.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci30.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci23.h +- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci22.h For every possible PCI function we would try to read its common PCI configuration space header: -- cgit v1.2.3-18-g5258