From owner-svn-src-all@FreeBSD.ORG Thu Feb 12 10:39:20 2009 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 27F90106566B; Thu, 12 Feb 2009 10:39:20 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 162B18FC15; Thu, 12 Feb 2009 10:39:20 +0000 (UTC) (envelope-from kevlo@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 n1CAdJrt053491; Thu, 12 Feb 2009 10:39:19 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1CAdJBm053490; Thu, 12 Feb 2009 10:39:19 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <200902121039.n1CAdJBm053490@svn.freebsd.org> From: Kevin Lo Date: Thu, 12 Feb 2009 10:39:19 +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: r188511 - 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: Thu, 12 Feb 2009 10:39:20 -0000 Author: kevlo Date: Thu Feb 12 10:39:19 2009 New Revision: 188511 URL: http://svn.freebsd.org/changeset/base/188511 Log: Add support for the Sunix SUN1889-based dual parallel port card. PR: kern/128219 Submitted by: Thinker K.F. Li Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c ============================================================================== --- head/sys/dev/puc/pucdata.c Thu Feb 12 09:37:45 2009 (r188510) +++ head/sys/dev/puc/pucdata.c Thu Feb 12 10:39:19 2009 (r188511) @@ -585,6 +585,12 @@ const struct puc_cfg puc_pci_devices[] = PUC_PORT_4S, 0x10, 4, 0, }, + { 0x1409, 0x7268, 0xffff, 0, + "Sunix SUN1888", + 0, + PUC_PORT_2P, 0x10, 0, 8, + }, + { 0x1409, 0x7168, 0xffff, 0, NULL, DEFAULT_RCLK * 8,