Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 14:59:48 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299368 - head/sys/mips/conf
Message-ID:  <201605101459.u4AExmSj058254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605101459.u4AExmSj058254>