From owner-svn-src-all@FreeBSD.ORG Tue Oct 23 15:25:48 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC78D7C7; Tue, 23 Oct 2012 15:25:48 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C4CCE8FC0C; Tue, 23 Oct 2012 15:25:48 +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 q9NFPmwj096717; Tue, 23 Oct 2012 15:25:48 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NFPmJf096715; Tue, 23 Oct 2012 15:25:48 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201210231525.q9NFPmJf096715@svn.freebsd.org> From: Warner Losh Date: Tue, 23 Oct 2012 15:25:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241942 - head/sys/mips/rt305x 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.14 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: Tue, 23 Oct 2012 15:25:48 -0000 Author: imp Date: Tue Oct 23 15:25:48 2012 New Revision: 241942 URL: http://svn.freebsd.org/changeset/base/241942 Log: Add RT305x specific devices here. Modified: head/sys/mips/rt305x/files.rt305x Modified: head/sys/mips/rt305x/files.rt305x ============================================================================== --- head/sys/mips/rt305x/files.rt305x Tue Oct 23 15:25:19 2012 (r241941) +++ head/sys/mips/rt305x/files.rt305x Tue Oct 23 15:25:48 2012 (r241942) @@ -11,3 +11,5 @@ mips/rt305x/uart_cpu_rt305x.c optional u mips/rt305x/uart_dev_rt305x.c optional uart mips/mips/intr_machdep.c standard mips/mips/tick.c standard +dev/rt/if_rt.c optional rt +dev/nvram2env/nvram2env.c optional nvram2env