Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2009 19:29:45 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/nve if_nve.c
Message-ID:  <200904231929.n3NJTq7p053933@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-04-23 19:29:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nve          if_nve.c 
  Log:
  SVN rev 191437 on 2009-04-23 19:29:45Z by rwatson
  
  Two ifnet misuse fixes for if_nve:
  
  (1) Don't manually configure if_output(), ether_ifattach() will do that
      for us as part of link-layer setup.
  
  (2) Call if_detach() before stopping nve in order to prevent calls into
      the device driver after the driver has started shutting down.
  
  Reviewed by:    jhb
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.32      +1 -2      src/sys/dev/nve/if_nve.c



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