From owner-svn-src-head@freebsd.org Sun Aug 28 04:08:28 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43E58A94371; Sun, 28 Aug 2016 04:08:28 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F109DACC; Sun, 28 Aug 2016 04:08:27 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S48Ro2088990; Sun, 28 Aug 2016 04:08:27 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S48Qhs088985; Sun, 28 Aug 2016 04:08:26 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201608280408.u7S48Qhs088985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Sun, 28 Aug 2016 04:08:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r304937 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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, 28 Aug 2016 04:08:28 -0000 Author: adrian Date: Sun Aug 28 04:08:26 2016 New Revision: 304937 URL: https://svnweb.freebsd.org/changeset/base/304937 Log: [mips] migrate the QCA955X_BASE file to std.QCA955X, to bring this in line with other board defaults. Added: head/sys/mips/conf/std.QCA955X - copied, changed from r304936, head/sys/mips/conf/QCA955X_BASE Deleted: head/sys/mips/conf/QCA955X_BASE Modified: head/sys/mips/conf/AP135 head/sys/mips/conf/DIR-655A1 head/sys/mips/conf/TL-ARCHERC7V2 head/sys/mips/conf/TL-WR1043NDv2 Modified: head/sys/mips/conf/AP135 ============================================================================== --- head/sys/mips/conf/AP135 Sun Aug 28 04:08:04 2016 (r304936) +++ head/sys/mips/conf/AP135 Sun Aug 28 04:08:26 2016 (r304937) @@ -15,7 +15,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident AP135 Modified: head/sys/mips/conf/DIR-655A1 ============================================================================== --- head/sys/mips/conf/DIR-655A1 Sun Aug 28 04:08:04 2016 (r304936) +++ head/sys/mips/conf/DIR-655A1 Sun Aug 28 04:08:26 2016 (r304937) @@ -10,7 +10,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident DIR-655A1 Modified: head/sys/mips/conf/TL-ARCHERC7V2 ============================================================================== --- head/sys/mips/conf/TL-ARCHERC7V2 Sun Aug 28 04:08:04 2016 (r304936) +++ head/sys/mips/conf/TL-ARCHERC7V2 Sun Aug 28 04:08:26 2016 (r304937) @@ -15,7 +15,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident TL-ARCHERC7V2 Modified: head/sys/mips/conf/TL-WR1043NDv2 ============================================================================== --- head/sys/mips/conf/TL-WR1043NDv2 Sun Aug 28 04:08:04 2016 (r304936) +++ head/sys/mips/conf/TL-WR1043NDv2 Sun Aug 28 04:08:26 2016 (r304937) @@ -10,7 +10,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident TL-WR1043NDv2 Copied and modified: head/sys/mips/conf/std.QCA955X (from r304936, head/sys/mips/conf/QCA955X_BASE) ============================================================================== --- head/sys/mips/conf/QCA955X_BASE Sun Aug 28 04:08:04 2016 (r304936, copy source) +++ head/sys/mips/conf/std.QCA955X Sun Aug 28 04:08:26 2016 (r304937) @@ -12,7 +12,7 @@ # machine mips mips -ident QCA955X_BASE +#ident std.QCA955X cpu CPU_MIPS74K makeoptions KERNLOADADDR=0x80050000 options HZ=1000