Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2017 11:37:08 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322947 - head/sys/dev/ppc
Message-ID:  <201708271137.v7RBb81R020163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 }
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708271137.v7RBb81R020163>