aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd
diff options
context:
space:
mode:
authorLandon J. Fuller <landonf@FreeBSD.org>2017-03-23 22:14:08 +0000
committerLandon J. Fuller <landonf@FreeBSD.org>2017-03-23 22:14:08 +0000
commit4cb7084e292bda5ca21a3818ffe2b57cc6e31d46 (patch)
treedae0d6bf1146c9d630a8630ceff87c35f482f50c /sys/dev/bhnd
parent5658bc0a95a9419fd1d8239897f5cda5a2ef0e96 (diff)
downloadsrc-4cb7084e292bda5ca21a3818ffe2b57cc6e31d46.tar.gz
src-4cb7084e292bda5ca21a3818ffe2b57cc6e31d46.zip
Add Northstar/BCM4706 core ID for ChipCommon.
Approved by: adrian (mentor, implicit)
Notes
Notes: svn path=/head/; revision=315873
Diffstat (limited to 'sys/dev/bhnd')
-rw-r--r--sys/dev/bhnd/cores/chipc/chipc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/bhnd/cores/chipc/chipc.c b/sys/dev/bhnd/cores/chipc/chipc.c
index b5fe97eb7971..0d1f893a8a6a 100644
--- a/sys/dev/bhnd/cores/chipc/chipc.c
+++ b/sys/dev/bhnd/cores/chipc/chipc.c
@@ -69,6 +69,7 @@ static struct bhnd_device_quirk chipc_quirks[];
/* 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
};