From owner-svn-src-all@FreeBSD.ORG Sat Dec 27 15:22:23 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24AC41065673; Sat, 27 Dec 2008 15:22:23 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1234E8FC13; Sat, 27 Dec 2008 15:22:23 +0000 (UTC) (envelope-from rik@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 mBRFMMXM074983; Sat, 27 Dec 2008 15:22:22 GMT (envelope-from rik@svn.freebsd.org) Received: (from rik@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBRFMMHY074982; Sat, 27 Dec 2008 15:22:22 GMT (envelope-from rik@svn.freebsd.org) Message-Id: <200812271522.mBRFMMHY074982@svn.freebsd.org> From: Roman Kurakin Date: Sat, 27 Dec 2008 15:22:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186520 - head/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: Sat, 27 Dec 2008 15:22:23 -0000 Author: rik Date: Sat Dec 27 15:22:22 2008 New Revision: 186520 URL: http://svn.freebsd.org/changeset/base/186520 Log: Add support for the Oxford OX16PCI958-based card. Note, that the patch provided with this card for the Linux states that the card uses DEFAULT_RCLK * 2, while in fact it is '* 10'. So probably we should also use the subdevice/subvendord here. For now just ignore that fact. PR: kern/129665 Submitted by: bsam Obtained from: united efforst with bsam Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c ============================================================================== --- head/sys/dev/puc/pucdata.c Sat Dec 27 15:07:51 2008 (r186519) +++ head/sys/dev/puc/pucdata.c Sat Dec 27 15:22:22 2008 (r186520) @@ -632,6 +632,12 @@ const struct puc_cfg puc_pci_devices[] = PUC_PORT_2S, 0x10, 4, 0, }, + { 0x1415, 0x9538, 0xffff, 0, + "Oxford Semiconductor OX16PCI958 UARTs", + DEFAULT_RCLK * 10, + PUC_PORT_8S, 0x18, 0, 8, + }, + { 0x14d2, 0x8010, 0xffff, 0, "VScom PCI-100L", DEFAULT_RCLK * 8,