From d930009250e1fefb9d6cf24d73e40d2ceea6e625 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 30 Mar 2015 08:48:35 +0000 Subject: [PATCH] Add support for "MosChip MCS9922 PCIe to Peripheral Controller" to uart Submitted by: PR: 199013 MFC After: 1 month --- sys/dev/uart/uart_bus_pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index b2975020f26..bc0cd5a62d6 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -142,6 +142,8 @@ static const struct pci_id pci_ns8250_ids[] = { "MosChip MCS9904 PCIe to Peripheral Controller", 0x10 }, { 0x9710, 0x9922, 0xa000, 0x1000, "MosChip MCS9922 PCIe to Peripheral Controller", 0x10 }, +{ 0x9710, 0x9922, 0xa000, 0x1000, + "MosChip MCS9922 PCIe to Peripheral Controller", 0x10 }, { 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 }, { 0xffff, 0, 0xffff, 0, NULL, 0, 0} };