svn commit: r299368 - head/sys/mips/conf

Bjoern A. Zeeb bz at FreeBSD.org
Tue May 10 14:59:49 UTC 2016


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
 


More information about the svn-src-head mailing list