From owner-svn-src-head@freebsd.org Tue May 10 14:59:49 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 3785EB36385; Tue, 10 May 2016 14:59:49 +0000 (UTC) (envelope-from bz@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 086D11A2D; Tue, 10 May 2016 14:59:48 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4AExmcL058255; Tue, 10 May 2016 14:59:48 GMT (envelope-from bz@FreeBSD.org) Received: (from bz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4AExmSj058254; Tue, 10 May 2016 14:59:48 GMT (envelope-from bz@FreeBSD.org) Message-Id: <201605101459.u4AExmSj058254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bz set sender to bz@FreeBSD.org using -f From: "Bjoern A. Zeeb" Date: Tue, 10 May 2016 14:59:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299368 - 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: Tue, 10 May 2016 14:59:49 -0000 Author: bz Date: Tue May 10 14:59:48 2016 New Revision: 299368 URL: https://svnweb.freebsd.org/changeset/base/299368 Log: siba depends on bhndbus; add the device to the kernel config. This gets us past compiling and now only linking is failing on builtins. Modified: head/sys/mips/conf/SENTRY5 Modified: head/sys/mips/conf/SENTRY5 ============================================================================== --- head/sys/mips/conf/SENTRY5 Tue May 10 14:57:14 2016 (r299367) +++ head/sys/mips/conf/SENTRY5 Tue May 10 14:59:48 2016 (r299368) @@ -57,6 +57,7 @@ options INVARIANT_SUPPORT #options BUS_DEBUG #makeoptions BUS_DEBUG +device bhndbus # Broadcom Home Networking Division Bus device siba # Sonics SiliconBackplane device pci # siba_pcib