mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add support for "MosChip MCS9922 PCIe to Peripheral Controller" to uart
Submitted by: <mlsemon35@gmail.com> PR: 199013 MFC After: 1 month
This commit is contained in:
parent
303c8079ab
commit
d930009250
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue