Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2011 15:50:12 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/160895: commit references a PR
Message-ID:  <201109291550.p8TFoCLn032797@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/160895; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/160895: commit references a PR
Date: Thu, 29 Sep 2011 15:43:17 +0000 (UTC)

 Author: ae
 Date: Thu Sep 29 15:43:02 2011
 New Revision: 225878
 URL: http://svn.freebsd.org/changeset/base/225878
 
 Log:
   Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card.
   
   PR:		kern/160895
   Submitted by:	Konstantin V. Krotov
   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 Sep 29 15:12:58 2011	(r225877)
 +++ head/sys/dev/puc/pucdata.c	Thu Sep 29 15:43:02 2011	(r225878)
 @@ -733,6 +733,13 @@ const struct puc_cfg puc_pci_devices[] =
  	 * <URL:http://www.startech.com>;
  	 */
  
 +	{   0x1415, 0xc138, 0xffff, 0,
 +	    "Oxford Semiconductor OXPCIe952 UARTs",
 +	    DEFAULT_RCLK * 0x22,
 +	    PUC_PORT_NONSTANDARD, 0x10, 0, -1,
 +	    .config_function = puc_config_oxford_pcie
 +	},
 +
  	{   0x1415, 0xc158, 0xffff, 0,
  	    "Oxford Semiconductor OXPCIe952 UARTs",
  	    DEFAULT_RCLK * 0x22,
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109291550.p8TFoCLn032797>