Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/mips/cavium/octe/ethernet-common.c 210311 2010-07-20 19:25:11Z jmallett $");
---
> __FBSDID("$FreeBSD: head/sys/mips/cavium/octe/ethernet-common.c 213346 2010-10-02 05:43:17Z jmallett $");
268a269,282
> /*
> * Do any last-minute board-specific initialization.
> */
> switch (cvmx_sysinfo_get()->board_type) {
> #if defined(OCTEON_VENDOR_LANNER)
> case CVMX_BOARD_TYPE_CUST_LANNER_MR320:
> if (priv->phy_id == 16)
> cvm_oct_mv88e61xx_setup_device(ifp);
> break;
> #endif
> default:
> break;
> }
>