kern/152034: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu May 19 11:50:16 UTC 2011


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/152034: commit references a PR
Date: Thu, 19 May 2011 11:41:22 +0000 (UTC)

 Author: jhb
 Date: Thu May 19 11:41:12 2011
 New Revision: 222093
 URL: http://svn.freebsd.org/changeset/base/222093
 
 Log:
   Add support for the SIIG Cyber 2S PCIe adapter.  It is based on an
   Oxford Semiconductor OX16PCI954 but uses only two ports with a non-default
   clock rate.
   
   PR:		kern/152034
   Tested by:	Hans Fiedler  hans of hermes louisville edu
   MFC after:	1 week
 
 Modified:
   head/sys/dev/puc/pucdata.c
 
 Modified: head/sys/dev/puc/pucdata.c
 ==============================================================================
 --- head/sys/dev/puc/pucdata.c	Thu May 19 07:09:13 2011	(r222092)
 +++ head/sys/dev/puc/pucdata.c	Thu May 19 11:41:12 2011	(r222093)
 @@ -656,6 +656,12 @@ const struct puc_cfg puc_pci_devices[] =
  	    PUC_PORT_4S, 0x10, 0, 8,
  	},
  
 +	{   0x1415, 0x950a, 0x131f, 0x2030,
 +	    "SIIG Cyber 2S PCIe",
 +	    DEFAULT_RCLK * 10,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
  	{   0x1415, 0x950a, 0xffff, 0,
  	    "Oxford Semiconductor OX16PCI954 UARTs",
  	    DEFAULT_RCLK,
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list