Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/mips/cavium/octe/ethernet-rgmii.c 232812 2012-03-11 06:17:49Z jmallett $");
---
> __FBSDID("$FreeBSD: head/sys/mips/cavium/octe/ethernet-rgmii.c 242346 2012-10-30 06:36:14Z jmallett $");
52d51
< extern int octeon_is_simulation(void);
259c258
< if (!octeon_is_simulation()) {
---
> if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) {
288c287
< if (!octeon_is_simulation()) {
---
> if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) {