mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
No MII on the RSYS4GBE (AMC-7211/ATCA-7220).
This commit is contained in:
parent
de8fd13b91
commit
cb5add636f
1 changed files with 5 additions and 0 deletions
|
|
@ -585,6 +585,11 @@ int cvmx_helper_board_get_mii_address(int ipd_port)
|
|||
default:
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
#if defined(OCTEON_VENDOR_RADISYS)
|
||||
case CVMX_BOARD_TYPE_CUST_RADISYS_RSYS4GBE:
|
||||
/* No MII. */
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue