Deleted Added
full compact
39c39
< /* $FreeBSD: head/sys/dev/oce/oce_hw.c 231603 2012-02-13 19:35:35Z jhb $ */
---
> /* $FreeBSD: head/sys/dev/oce/oce_hw.c 231879 2012-02-17 13:55:17Z luigi $ */
342a343
> #if defined(INET6) || defined(INET)
344a346
> #endif
497,498c499,500
< /* we need to get MCC aync events.
< So enable intrs and also arm first EQ
---
> /* we need to get MCC aync events. So enable intrs and arm
> first EQ, Other EQs will be armed after interface is UP
502a505,509
> /* Send first mcc cmd and after that we get gracious
> MCC notifications from FW
> */
> oce_first_mcc_cmd(sc);
>
540,541c547,548
< * @brief Function for hardware update multicast filter
< * @param sc software handle to the device
---
> * @brief Function for hardware update multicast filter
> * @param sc software handle to the device