>Number: 182217 >Category: kern >Synopsis: [PATCH] dev/ppc/ppc_pci.c: add SIIG/Oxford OXPCIe952 pci-e >parallel-port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 18 23:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #5 r15: Sat Apr 20 20:56:40 PDT 2013 le...@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64
>Description: I recently upgraded one of my stratum 1 NTP servers. I had been using /dev/pps0 with a parallel port but the new system did not have one. I added a SIIG x1 pci-e single parallel port card (JJ-E01211-S1) however it was not auto-detected by the kernel. >How-To-Repeat: >Fix: Please see the attached patch which adds the pci id for this card. --- patch.txt begins here --- Index: dev/ppc/ppc_pci.c =================================================================== --- dev/ppc/ppc_pci.c (revision 19) +++ dev/ppc/ppc_pci.c (revision 21) @@ -88,6 +88,7 @@ { 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 }, --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"