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

Xin LI delphij at FreeBSD.org
Tue Mar 23 20:08:19 UTC 2010


Author: delphij
Date: Tue Mar 23 20:08:18 2010
New Revision: 205534
URL: http://svn.freebsd.org/changeset/base/205534

Log:
  Add PCI ID for MCS9901's parallel port.
  
  PR:		kern/144713
  Submitted by:	gcooper
  MFC after:	2 weeks

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

Modified: head/sys/dev/ppc/ppc_pci.c
==============================================================================
--- head/sys/dev/ppc/ppc_pci.c	Tue Mar 23 19:58:20 2010	(r205533)
+++ head/sys/dev/ppc/ppc_pci.c	Tue Mar 23 20:08:18 2010	(r205534)
@@ -89,6 +89,7 @@ static struct pci_id pci_ids[] = {
 	{ 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 },
 	{ 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 },
 	{ 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 },
+	{ 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
 	{ 0xffff }
 };
 


More information about the svn-src-head mailing list