cvs commit: src/sys/dev/netif/sf if_sf.c

Joerg Sonnenberger joerg at britannica.bec.de
Mon Jun 13 03:48:12 PDT 2005


On Mon, Jun 13, 2005 at 07:19:34AM +0800, Sepherosa Ziehau wrote:
> +		ether_ifdetach(ifp);
> +		sf_stop(sc);
> 
> Should we call sf_stop() before ether_ifattach()?

It depends. The drivers are not consistent about it and in most cases
it doesn't make a difference. I'll take a big swap about that later,
but I have to carefully read the drivers for that.

Joerg





More information about the Commits mailing list