From owner-svn-src-user@FreeBSD.ORG Sat Dec 21 17:36:33 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 362E0BC1; Sat, 21 Dec 2013 17:36:33 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22BFB1450; Sat, 21 Dec 2013 17:36:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLHaXpn034239; Sat, 21 Dec 2013 17:36:33 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBLHaWoS034238; Sat, 21 Dec 2013 17:36:32 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201312211736.rBLHaWoS034238@svn.freebsd.org> From: Nathan Whitehorn Date: Sat, 21 Dec 2013 17:36:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r259689 - user/nwhitehorn/mips_pic_if/mips/mips X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 17:36:33 -0000 Author: nwhitehorn Date: Sat Dec 21 17:36:32 2013 New Revision: 259689 URL: http://svnweb.freebsd.org/changeset/base/259689 Log: Make sure the CPU PIC is the root pic. Modified: user/nwhitehorn/mips_pic_if/mips/mips/mips_ic.c Modified: user/nwhitehorn/mips_pic_if/mips/mips/mips_ic.c ============================================================================== --- user/nwhitehorn/mips_pic_if/mips/mips/mips_ic.c Sat Dec 21 17:25:55 2013 (r259688) +++ user/nwhitehorn/mips_pic_if/mips/mips/mips_ic.c Sat Dec 21 17:36:32 2013 (r259689) @@ -113,6 +113,7 @@ mips_ic_attach(device_t dev) { mips_register_pic(dev, 0, 6, 1); + root_pic = dev; return (0); }