mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r204533:
Add PCI ID for MCS9901. Submitted by: gcooper PR: kern/144397
This commit is contained in:
parent
8fcbb37733
commit
73a0004b9d
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ static struct pci_id pci_ns8250_ids[] = {
|
|||
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
|
||||
{ 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
|
||||
{ 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
|
||||
{ 0x9710, 0x9901, 0xa000, 0x1000,
|
||||
"MosChip MCS9901 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