Deleted Added
full compact
39c39
< /* $FreeBSD: head/sys/dev/oce/oce_hw.c 232470 2012-03-03 18:03:50Z jhb $ */
---
> /* $FreeBSD: head/sys/dev/oce/oce_hw.c 247880 2013-03-06 09:53:38Z delphij $ */
408,412d407
< /* Enable VLAN Promisc on HW */
< rc = oce_config_vlan(sc, (uint8_t) sc->if_id, NULL, 0, 1, 1);
< if (rc)
< goto error;
<
480d474
< sc->ifp->if_drv_flags |= IFF_DRV_RUNNING;
484,485d477
< sc->ifp->if_drv_flags &=
< ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE);