From owner-svn-src-stable-7@FreeBSD.ORG Tue Oct 28 15:18:00 2008 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26A601065670; Tue, 28 Oct 2008 15:18:00 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 174968FC20; Tue, 28 Oct 2008 15:18:00 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9SFHxoT097173; Tue, 28 Oct 2008 15:17:59 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9SFHxkd097172; Tue, 28 Oct 2008 15:17:59 GMT (envelope-from des@svn.freebsd.org) Message-Id: <200810281517.m9SFHxkd097172@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 28 Oct 2008 15:17:59 +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: r184416 - in stable/7/sys: . dev/puc X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 15:18:00 -0000 Author: des Date: Tue Oct 28 15:17:59 2008 New Revision: 184416 URL: http://svn.freebsd.org/changeset/base/184416 Log: MFC: (r184258) Add support for the SIIG Cyber 4-port serial card. Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/dev/puc/pucdata.c Modified: stable/7/sys/dev/puc/pucdata.c ============================================================================== --- stable/7/sys/dev/puc/pucdata.c Tue Oct 28 14:55:41 2008 (r184415) +++ stable/7/sys/dev/puc/pucdata.c Tue Oct 28 15:17:59 2008 (r184416) @@ -596,6 +596,12 @@ const struct puc_cfg puc_pci_devices[] = * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports. */ + { 0x1415, 0x9501, 0x131f, 0x2050, + "SIIG Cyber 4 PCI 16550", + DEFAULT_RCLK * 10, + PUC_PORT_4S, 0x10, 0, 8, + }, + { 0x1415, 0x9501, 0x131f, 0x2051, "SIIG Cyber 4S PCI 16C650 (20x family)", DEFAULT_RCLK * 10,