Re: if_start running deferred for Giant

2007-12-30 Thread Tofig Suleymanov
On 12/31/07, Robert Watson <[EMAIL PROTECTED]> wrote: > > On Mon, 31 Dec 2007, Tofig Suleymanov wrote: > > >>> xx kernel: ib0: if_start running deferred for Giant > >>> > >>> I am not sure what does this exactly mean. > >>> &g

Re: if_start running deferred for Giant

2007-12-30 Thread Robert Watson
On Mon, 31 Dec 2007, Tofig Suleymanov wrote: xx kernel: ib0: if_start running deferred for Giant I am not sure what does this exactly mean. Any help would be appreciated. This occurs when a network device driver has declared itself IFF_NEEDSGIANT -- that is, has declared that it

Re: if_start running deferred for Giant

2007-12-30 Thread Tofig Suleymanov
the USB_ATTACH() function I initialise the ifnet(9) structure and return USB_ATTACH_SUCCESS_RETURN. Everything seems to be fine so far (I can see the interface in ifconfig output) except the following error notice spit to the console: xx kernel: ib0: if_start running deferred for Giant I am

Re: if_start running deferred for Giant

2007-12-30 Thread Robert Watson
() function I initialise the ifnet(9) structure and return USB_ATTACH_SUCCESS_RETURN. Everything seems to be fine so far (I can see the interface in ifconfig output) except the following error notice spit to the console: xx kernel: ib0: if_start running deferred for Giant I am not sure what does

if_start running deferred for Giant

2007-12-30 Thread Tofig Suleymanov
) structure and return USB_ATTACH_SUCCESS_RETURN. Everything seems to be fine so far (I can see the interface in ifconfig output) except the following error notice spit to the console: xx kernel: ib0: if_start running deferred for Giant I am not sure what does this exactly mean. Any help would