From owner-svn-src-head@freebsd.org Sun Jul 23 07:02:11 2017 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 6F663C7E45F; Sun, 23 Jul 2017 07:02:11 +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 3C5BC76924; Sun, 23 Jul 2017 07:02:11 +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 v6N72A7a060762; Sun, 23 Jul 2017 07:02:10 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6N72Asg060761; Sun, 23 Jul 2017 07:02:10 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201707230702.v6N72Asg060761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Sun, 23 Jul 2017 07:02:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r321379 - head/sys/mips/conf X-SVN-Group: head X-SVN-Commit-Author: adrian X-SVN-Commit-Paths: head/sys/mips/conf X-SVN-Commit-Revision: 321379 X-SVN-Commit-Repository: base 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.23 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, 23 Jul 2017 07:02:11 -0000 Author: adrian Date: Sun Jul 23 07:02:10 2017 New Revision: 321379 URL: https://svnweb.freebsd.org/changeset/base/321379 Log: [ar933x] re-add the ar71xx_apb device for AR933x. This prevents the console from working! Tested: * carambola2, AR933x Modified: head/sys/mips/conf/std.AR933X Modified: head/sys/mips/conf/std.AR933X ============================================================================== --- head/sys/mips/conf/std.AR933X Sun Jul 23 06:33:58 2017 (r321378) +++ head/sys/mips/conf/std.AR933X Sun Jul 23 07:02:10 2017 (r321379) @@ -33,6 +33,11 @@ options TCP_HHOOK # hhook(9) framework for TCP options PSEUDOFS #Pseudo-filesystem framework options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions +# Enable boot time calibration hints +options AR71XX_ATH_EEPROM +device ar71xx_caldata +device firmware + # PMC options HWPMC_HOOKS @@ -61,5 +66,6 @@ device scbus device umass device da -device uart_ar933x +device ar71xx_apb +device uart_ar933x