On Tue, Feb 27, 2007 at 02:32:26PM +0100, Goran Gajic wrote: [...] > It should be: > > if ((error = bus_setup_intr(dev, adapter->res_interrupt, > INTR_TYPE_NET,NULL, em_intr_fast, adapter, > &adapter->int_handler_tag)) != 0) { > > not > > if ((error = bus_setup_intr(dev, adapter->res_interrupt, > INTR_TYPE_NET, em_intr_fast,NULL adapter, > &adapter->int_handler_tag)) != 0) { > Fixed, thanks! Cheers, -- Ruslan Ermilov ru_at_FreeBSD.org FreeBSD committer
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:06 UTC