Date: Mon, 27 Dec 2010 12:57:39 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r216736 - stable/8/sys/dev/puc Message-ID: <201012271257.oBRCvdet025115@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: attilio Date: Mon Dec 27 12:57:38 2010 New Revision: 216736 URL: http://svn.freebsd.org/changeset/base/216736 Log: MFC r216513: Add Exar octal PCI UART. Sponsored by: Sandvine Incorporated Modified: stable/8/sys/dev/puc/pucdata.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) Modified: stable/8/sys/dev/puc/pucdata.c ============================================================================== --- stable/8/sys/dev/puc/pucdata.c Mon Dec 27 12:52:35 2010 (r216735) +++ stable/8/sys/dev/puc/pucdata.c Mon Dec 27 12:57:38 2010 (r216736) @@ -554,6 +554,12 @@ const struct puc_cfg puc_pci_devices[] = .config_function = puc_config_cronyx }, + { 0x13a8, 0x0258, 0xffff, 0, + "Exar XR17V258IV", + DEFAULT_RCLK * 8, + PUC_PORT_8S, 0x10, 0, -1, + }, + { 0x1407, 0x0100, 0xffff, 0, "Lava Computers Dual Serial", DEFAULT_RCLK,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012271257.oBRCvdet025115>