Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/mips/cavium/octe/octe.c 213156 2010-09-25 04:39:12Z jmallett $
---
> * $FreeBSD: head/sys/mips/cavium/octe/octe.c 213346 2010-10-02 05:43:17Z jmallett $
226a227,235
> /*
> * Try interface-specific MII routine.
> */
> if (priv->mdio_read != NULL)
> return (priv->mdio_read(priv->ifp, phy, reg));
>
> /*
> * Try generic MII routine.
> */
239a249,259
> /*
> * Try interface-specific MII routine.
> */
> if (priv->mdio_write != NULL) {
> priv->mdio_write(priv->ifp, phy, reg, val);
> return (0);
> }
>
> /*
> * Try generic MII routine.
> */
242d261
<