svn commit: r322947 - head/sys/dev/ppc

Konstantin Belousov kib at FreeBSD.org
Sun Aug 27 11:37:09 UTC 2017


Author: kib
Date: Sun Aug 27 11:37:07 2017
New Revision: 322947
URL: https://svnweb.freebsd.org/changeset/base/322947

Log:
  Add PCI Id for MosChip MCS9900.
  
  Submitted by:	Robert Clausecker <fuz at fuz.su>
  PR:	214670
  MFC after:	1 week

Modified:
  head/sys/dev/ppc/ppc_pci.c

Modified: head/sys/dev/ppc/ppc_pci.c
==============================================================================
--- head/sys/dev/ppc/ppc_pci.c	Sun Aug 27 11:27:27 2017	(r322946)
+++ head/sys/dev/ppc/ppc_pci.c	Sun Aug 27 11:37:07 2017	(r322947)
@@ -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-head mailing list