svn commit: r240030 - stable/7/sys/dev/puc
Eitan Adler
eadler at FreeBSD.org
Sun Sep 2 18:04:07 UTC 2012
Author: eadler
Date: Sun Sep 2 18:04:06 2012
New Revision: 240030
URL: http://svn.freebsd.org/changeset/base/240030
Log:
MFC r239076:
Add support for SIIG Cyber Serial Dual PCI 16C850
Approved by: cperciva (implicit)
Modified:
stable/7/sys/dev/puc/pucdata.c
Directory Properties:
stable/7/sys/ (props changed)
Modified: stable/7/sys/dev/puc/pucdata.c
==============================================================================
--- stable/7/sys/dev/puc/pucdata.c Sun Sep 2 18:01:16 2012 (r240029)
+++ stable/7/sys/dev/puc/pucdata.c Sun Sep 2 18:04:06 2012 (r240030)
@@ -626,6 +626,12 @@ const struct puc_cfg puc_pci_devices[] =
PUC_PORT_4S, 0x10, 0, 8,
},
+ { 0x1415, 0x950a, 0x131f, 0x2032,
+ "SIIG Cyber Serial Dual PCI 16C850",
+ DEFAULT_RCLK * 10,
+ PUC_PORT_4S, 0x10, 0, 8,
+ },
+
{ 0x1415, 0x950a, 0xffff, 0,
"Oxford Semiconductor OX16PCI954 UARTs",
DEFAULT_RCLK,
More information about the svn-src-stable
mailing list