mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Add misssing Armada38x ID's in CESA attach
Marvell Armada 38x is supported in 3 variants, so take all into consideration in crypto driver attach routine. Submitted by: Marcin Wojtas <mw@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield Reviewed by: zbb Differential revision: https://reviews.freebsd.org/D9248
This commit is contained in:
parent
23e463579f
commit
76b73da7ae
1 changed files with 2 additions and 0 deletions
|
|
@ -1045,6 +1045,8 @@ cesa_attach(device_t dev)
|
|||
case MV_DEV_88F6281:
|
||||
case MV_DEV_88F6282:
|
||||
case MV_DEV_88F6828:
|
||||
case MV_DEV_88F6820:
|
||||
case MV_DEV_88F6810:
|
||||
sc->sc_tperr = 0;
|
||||
break;
|
||||
case MV_DEV_MV78100:
|
||||
|
|
|
|||
Loading…
Reference in a new issue