Re: [edk2] [Patch V4] MdeModulePkg: Add PciSioSerialDxe driver

2015-12-08 Thread Ni, Ruiyu
; Tian, Feng Subject: [edk2] [Patch V4] MdeModulePkg: Add PciSioSerialDxe driver PciSioSerialDxe driver can manages UARTs on a SIO chip or a PCI/PCIE card. It manages the SIO instance whose last device path node is a ACPI device path and the HID in the ACPI device path node equals to EISA_PNP_ID

[edk2] [Patch V4] MdeModulePkg: Add PciSioSerialDxe driver

2015-12-08 Thread Ruiyu Ni
PciSioSerialDxe driver can manages UARTs on a SIO chip or a PCI/PCIE card. It manages the SIO instance whose last device path node is a ACPI device path and the HID in the ACPI device path node equals to EISA_PNP_ID (0x501). It also manages the PCI IO instance whose class code is 7/0/2 (16550 UART)