svn commit: r323139 - stable/11/sys/dev/ppc
Konstantin Belousov
kib at FreeBSD.org
Sun Sep 3 09:03:31 UTC 2017
Author: kib
Date: Sun Sep 3 09:03:29 2017
New Revision: 323139
URL: https://svnweb.freebsd.org/changeset/base/323139
Log:
MFC r322947:
Add PCI Id for MosChip MCS9900.
Modified:
stable/11/sys/dev/ppc/ppc_pci.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/ppc/ppc_pci.c
==============================================================================
--- stable/11/sys/dev/ppc/ppc_pci.c Sun Sep 3 08:32:33 2017 (r323138)
+++ stable/11/sys/dev/ppc/ppc_pci.c Sun Sep 3 09:03:29 2017 (r323139)
@@ -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 }
};
More information about the svn-src-stable-11
mailing list