Add PCI Id for MosChip MCS9900.

Submitted by:	Robert Clausecker <fuz@fuz.su>
PR:	214670
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2017-08-27 11:37:07 +00:00
parent 757ff64216
commit c9dad45f69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322947

View file

@ -91,6 +91,7 @@ static struct pci_id pci_ids[] = {
{ 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel port", 0x10 },
{ 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 },
{ 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 },
{ 0x99009710, "MosChip MCS9900 PCIe to Peripheral Controller", 0x10 },
{ 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
{ 0xffff }
};