mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Well, for now at least, we'll also have the 4100 also have a prom console.
This commit is contained in:
parent
4d8f2e9a35
commit
a9036c1818
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ pmap_uses_prom_console()
|
|||
int cputype;
|
||||
|
||||
cputype = hwrpb->rpb_type;
|
||||
return (cputype == ST_DEC_21000
|
||||
return (cputype == ST_DEC_21000 || ST_DEC_4100
|
||||
|| cputype == ST_DEC_3000_300
|
||||
|| cputype == ST_DEC_3000_500);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue