From owner-svn-src-head@FreeBSD.ORG Sun Feb 19 10:10:13 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37F1E106564A; Sun, 19 Feb 2012 10:10:13 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 272DB8FC13; Sun, 19 Feb 2012 10:10:13 +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 q1JAADqB075295; Sun, 19 Feb 2012 10:10:13 GMT (envelope-from andreast@svn.freebsd.org) Received: (from andreast@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1JAACeC075293; Sun, 19 Feb 2012 10:10:12 GMT (envelope-from andreast@svn.freebsd.org) Message-Id: <201202191010.q1JAACeC075293@svn.freebsd.org> From: Andreas Tobler Date: Sun, 19 Feb 2012 10:10:12 +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: r231908 - head/sys/powerpc/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 10:10:13 -0000 Author: andreast Date: Sun Feb 19 10:10:12 2012 New Revision: 231908 URL: http://svn.freebsd.org/changeset/base/231908 Log: Enable the new PCI-PCI bridge driver by default. Tested on 32- and 64-bit PowerMac. Modified: head/sys/powerpc/conf/DEFAULTS Modified: head/sys/powerpc/conf/DEFAULTS ============================================================================== --- head/sys/powerpc/conf/DEFAULTS Sun Feb 19 08:58:31 2012 (r231907) +++ head/sys/powerpc/conf/DEFAULTS Sun Feb 19 10:10:12 2012 (r231908) @@ -13,5 +13,7 @@ device uart_z8530 options GEOM_PART_APM options GEOM_PART_MBR +options NEW_PCIB + # Allow mounting non-MPSAFE filesystems options VFS_ALLOW_NONMPSAFE