From a2fd4d4bb703885423e4ca665826515f417ab9a4 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 23 Mar 2010 20:08:18 +0000 Subject: Add PCI ID for MCS9901's parallel port. PR: kern/144713 Submitted by: gcooper MFC after: 2 weeks --- sys/dev/ppc/ppc_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ppc') diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index c8e40b5..ed59413 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -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 } }; -- cgit v1.1