svn commit: r248041 - stable/8/sys/dev/puc
Marius Strobl
marius at FreeBSD.org
Fri Mar 8 12:09:12 UTC 2013
Author: marius
Date: Fri Mar 8 12:09:12 2013
New Revision: 248041
URL: http://svnweb.freebsd.org/changeset/base/248041
Log:
MFC: r236736
Add support for the Sunix SER5437A dual serial PCI Express card.
MFC: r239048
Add additional Perle Speed LE serial cards
PR: kern/168816
Submitted by: Dennis Oyama <doyama at perle.com>
Modified:
stable/8/sys/dev/puc/pucdata.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/dev/ (props changed)
stable/8/sys/dev/puc/ (props changed)
Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c Fri Mar 8 12:08:52 2013 (r248040)
+++ stable/8/sys/dev/puc/pucdata.c Fri Mar 8 12:09:12 2013 (r248041)
@@ -780,11 +780,36 @@ const struct puc_cfg puc_pci_devices[] =
*/
{ 0x155f, 0x0331, 0xffff, 0,
+ "Perle Ultraport4 Express",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_4S, 0x10, 0, 8,
+ },
+
+ { 0x155f, 0xB012, 0xffff, 0,
+ "Perle Speed2 LE",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_2S, 0x10, 0, 8,
+ },
+
+ { 0x155f, 0xB022, 0xffff, 0,
+ "Perle Speed2 LE",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_2S, 0x10, 0, 8,
+ },
+
+ { 0x155f, 0xB004, 0xffff, 0,
"Perle Speed4 LE",
DEFAULT_RCLK * 8,
PUC_PORT_4S, 0x10, 0, 8,
},
+ { 0x155f, 0xB008, 0xffff, 0,
+ "Perle Speed8 LE",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_8S, 0x10, 0, 8,
+ },
+
+
/*
* Oxford Semiconductor PCI Express Expresso family
*
@@ -949,6 +974,12 @@ const struct puc_cfg puc_pci_devices[] =
.config_function = puc_config_syba
},
+ { 0x1fd4, 0x1999, 0xffff, 0,
+ "Sunix SER5437A",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_2S, 0x10, 0, 8,
+ },
+
{ 0x5372, 0x6873, 0xffff, 0,
"Sun 1040 PCI Quad Serial",
DEFAULT_RCLK,
More information about the svn-src-stable
mailing list