svn commit: r315873 - head/sys/dev/bhnd/cores/chipc

Landon J. Fuller landonf at FreeBSD.org
Thu Mar 23 22:14:09 UTC 2017


Author: landonf
Date: Thu Mar 23 22:14:08 2017
New Revision: 315873
URL: https://svnweb.freebsd.org/changeset/base/315873

Log:
  Add Northstar/BCM4706 core ID for ChipCommon.
  
  Approved by:	adrian (mentor, implicit)

Modified:
  head/sys/dev/bhnd/cores/chipc/chipc.c

Modified: head/sys/dev/bhnd/cores/chipc/chipc.c
==============================================================================
--- head/sys/dev/bhnd/cores/chipc/chipc.c	Thu Mar 23 22:12:14 2017	(r315872)
+++ head/sys/dev/bhnd/cores/chipc/chipc.c	Thu Mar 23 22:14:08 2017	(r315873)
@@ -69,6 +69,7 @@ static struct bhnd_device_quirk chipc_qu
 /* Supported device identifiers */
 static const struct bhnd_device chipc_devices[] = {
 	BHND_DEVICE(BCM, CC, NULL, chipc_quirks),
+	BHND_DEVICE(BCM, 4706_CC, NULL, chipc_quirks),
 	BHND_DEVICE_END
 };
 


More information about the svn-src-all mailing list