From owner-svn-src-all@FreeBSD.ORG Thu Apr 10 21:03:47 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2271587; Thu, 10 Apr 2014 21:03:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEF0B14AA; Thu, 10 Apr 2014 21:03:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3AL3kUR037646; Thu, 10 Apr 2014 21:03:46 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3AL3kae037645; Thu, 10 Apr 2014 21:03:46 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201404102103.s3AL3kae037645@svn.freebsd.org> From: Marius Strobl Date: Thu, 10 Apr 2014 21:03:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264327 - head/sys/dev/puc X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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, 10 Apr 2014 21:03:47 -0000 Author: marius Date: Thu Apr 10 21:03:46 2014 New Revision: 264327 URL: http://svnweb.freebsd.org/changeset/base/264327 Log: Refine r264257; given that I later on decided to nuke the wildcard for the Sunix 0x1999 line of chips there actually is no need to explicitly keep puc(4) from attaching to the single port version anymore. Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c ============================================================================== --- head/sys/dev/puc/pucdata.c Thu Apr 10 19:53:40 2014 (r264326) +++ head/sys/dev/puc/pucdata.c Thu Apr 10 21:03:46 2014 (r264327) @@ -988,13 +988,6 @@ const struct puc_cfg puc_pci_devices[] = .config_function = puc_config_syba }, - /* Prevent puc(4) from attaching, directly use uart(4) instead. */ - { 0x1fd4, 0x1999, 0x1fd4, 0x0001, - "Sunix SER5xxxx 1-port serial", - DEFAULT_RCLK * 8, - PUC_PORT_1S, 0x10, 0, 8, - }, - { 0x1fd4, 0x1999, 0x1fd4, 0x0002, "Sunix SER5xxxx 2-port serial", DEFAULT_RCLK * 8,