From owner-svn-src-all@FreeBSD.ORG Sun Sep 2 18:04:07 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F2351065674; Sun, 2 Sep 2012 18:04:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 399B28FC12; Sun, 2 Sep 2012 18:04:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q82I47Gr045791; Sun, 2 Sep 2012 18:04:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q82I47SZ045789; Sun, 2 Sep 2012 18:04:07 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209021804.q82I47SZ045789@svn.freebsd.org> From: Eitan Adler Date: Sun, 2 Sep 2012 18:04:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240030 - stable/7/sys/dev/puc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 18:04:07 -0000 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,