From owner-svn-src-head@freebsd.org Tue Dec 26 19:50:24 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 DC018EAB67B; Tue, 26 Dec 2017 19:50:24 +0000 (UTC) (envelope-from mizhka@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 A688464743; Tue, 26 Dec 2017 19:50:24 +0000 (UTC) (envelope-from mizhka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBQJoNAf060045; Tue, 26 Dec 2017 19:50:23 GMT (envelope-from mizhka@FreeBSD.org) Received: (from mizhka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBQJoNQb060044; Tue, 26 Dec 2017 19:50:23 GMT (envelope-from mizhka@FreeBSD.org) Message-Id: <201712261950.vBQJoNQb060044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mizhka set sender to mizhka@FreeBSD.org using -f From: Michael Zhilin Date: Tue, 26 Dec 2017 19:50:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327223 - head/sys/mips/conf X-SVN-Group: head X-SVN-Commit-Author: mizhka X-SVN-Commit-Paths: head/sys/mips/conf X-SVN-Commit-Revision: 327223 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.25 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: Tue, 26 Dec 2017 19:50:25 -0000 Author: mizhka Date: Tue Dec 26 19:50:23 2017 New Revision: 327223 URL: https://svnweb.freebsd.org/changeset/base/327223 Log: [mips] fix compilation of TP-WN1043ND kernel configuration This compilation issue has been found thanks to freebsd-wifi-build: - gpioiic requires "gpio_if.h", so "device gpio" is mandatory - rtl8366rb works over MDIO interface, so "device mdio" is mandatory Compilation is checked on FreeBSD 12-CURRENT machine. Modified: head/sys/mips/conf/TP-WN1043ND Modified: head/sys/mips/conf/TP-WN1043ND ============================================================================== --- head/sys/mips/conf/TP-WN1043ND Tue Dec 26 19:02:56 2017 (r327222) +++ head/sys/mips/conf/TP-WN1043ND Tue Dec 26 19:50:23 2017 (r327223) @@ -18,6 +18,7 @@ hints "TP-WN1043ND.hints" options AR71XX_REALMEM=32*1024*1024 # i2c GPIO bus +device gpio device gpioiic device iicbb device iicbus @@ -27,6 +28,7 @@ device iic device etherswitch # RTL8366RB support +device mdio device rtl8366rb # read MSDOS formatted disks - USB