svn commit: r248040 - stable/9/sys/dev/puc
Marius Strobl
marius at FreeBSD.org
Fri Mar 8 12:08:53 UTC 2013
Author: marius
Date: Fri Mar 8 12:08:52 2013
New Revision: 248040
URL: http://svnweb.freebsd.org/changeset/base/248040
Log:
MFC: r236736
Add support for the Sunix SER5437A dual serial PCI Express card.
Modified:
stable/9/sys/dev/puc/pucdata.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
stable/9/sys/dev/puc/ (props changed)
Modified: stable/9/sys/dev/puc/pucdata.c
==============================================================================
--- stable/9/sys/dev/puc/pucdata.c Fri Mar 8 11:41:52 2013 (r248039)
+++ stable/9/sys/dev/puc/pucdata.c Fri Mar 8 12:08:52 2013 (r248040)
@@ -974,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-9
mailing list