No MII on the RSYS4GBE (AMC-7211/ATCA-7220).

This commit is contained in:
Juli Mallett 2012-10-26 02:09:55 +00:00
parent de8fd13b91
commit cb5add636f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242116

View File

@ -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
}