mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add support for the MosChip MCS9904 four serial ports
controller. PR: 165804 Submitted by: Eugene Grosbein MFC after: 1 week
This commit is contained in:
parent
a0778b71ad
commit
c8e72d0c6f
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ static struct pci_id pci_ns8250_ids[] = {
|
|||
"MosChip MCS9900 PCIe to Peripheral Controller", 0x10 },
|
||||
{ 0x9710, 0x9901, 0xa000, 0x1000,
|
||||
"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
|
||||
{ 0x9710, 0x9904, 0xa000, 0x1000,
|
||||
"MosChip MCS9904 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