svn commit: r262230 - stable/10/sys/dev/ppc
Eitan Adler
eadler at FreeBSD.org
Wed Feb 19 19:38:26 UTC 2014
Author: eadler
Date: Wed Feb 19 19:38:25 2014
New Revision: 262230
URL: http://svnweb.freebsd.org/changeset/base/262230
Log:
MFC r257883:
Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1)
PR: kern/182217
Modified:
stable/10/sys/dev/ppc/ppc_pci.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/ppc/ppc_pci.c
==============================================================================
--- stable/10/sys/dev/ppc/ppc_pci.c Wed Feb 19 19:28:49 2014 (r262229)
+++ stable/10/sys/dev/ppc/ppc_pci.c Wed Feb 19 19:38:25 2014 (r262230)
@@ -88,6 +88,7 @@ static struct pci_id pci_ids[] = {
{ 0x80001407, "Lava Computers 2SP-PCI parallel port", 0x10 },
{ 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 },
{ 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 },
+ { 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel port", 0x10 },
{ 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 },
{ 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 },
{ 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
More information about the svn-src-stable
mailing list