mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
No MII on the RSYS4GBE (AMC-7211/ATCA-7220).
This commit is contained in:
parent
de8fd13b91
commit
cb5add636f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242116
@ -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 New Issue
Block a user