mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add Northstar/BCM4706 core ID for ChipCommon.
Approved by: adrian (mentor, implicit)
This commit is contained in:
parent
5658bc0a95
commit
4cb7084e29
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue