The following reply was made to PR kern/182217; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
Cc:  
Subject: Re: kern/182217: commit references a PR
Date: Sat,  9 Nov 2013 08:28:02 +0000 (UTC)

 Author: eadler
 Date: Sat Nov  9 08:27:55 2013
 New Revision: 257883
 URL: http://svnweb.freebsd.org/changeset/base/257883
 
 Log:
   Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1)
   
   PR:          kern/182217
   Submitted by:        Craig Leres <[email protected]>
   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 Sat Nov  9 08:11:24 2013        (r257882)
 +++ head/sys/dev/ppc/ppc_pci.c Sat Nov  9 08:27:55 2013        (r257883)
 @@ -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 },
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to