Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2009 22:04:02 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/arm/at91 if_ate.c
Message-ID:  <200911192204.nAJM4OVF068250@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-11-19 22:04:02 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/at91         if_ate.c 
  Log:
  SVN rev 199557 on 2009-11-19 22:04:02Z by jhb
  
  - Initialize callout before it is used in atestop() during attach.
  - Reorder detach so that ether_ifdetach() is called first.  This removes
    the race that ATE_FLAG_DETACHING closed, so that flag can be removed.
  - Trim a duplicate clearing of IFF_DRV_RUNNING.
  
  Reviewed by:    imp
  
  Revision  Changes    Path
  1.41      +5 -9      src/sys/arm/at91/if_ate.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911192204.nAJM4OVF068250>