add support for MosChip MCS9922... This is found on an ExpressCard..

tested to work w/ cu talking to itself (the two ports connected via
null modem cable)...
This commit is contained in:
John-Mark Gurney 2014-06-22 06:54:36 +00:00
parent 3f5178b3f5
commit aae6c4d071
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267712

View file

@ -136,6 +136,8 @@ static const struct pci_id pci_ns8250_ids[] = {
"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
{ 0x9710, 0x9904, 0xa000, 0x1000,
"MosChip MCS9904 PCIe to Peripheral Controller", 0x10 },
{ 0x9710, 0x9922, 0xffff, 0,
"MosChip MCS9922 Multi I/O Controller", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
};