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 <f...@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 }
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to