Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2004 20:01:43 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net netisr.c
Message-ID:  <200410112001.i9BK1hRg084144@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2004-10-11 20:01:43 UTC

  FreeBSD src repository

  Modified files:
    sys/net              netisr.c 
  Log:
  Correctly unregister a netisr by clearing the ni->ni_queue field to NULL as
  well.  This field is actually used by various netisr functions to determine
  the availablility of the specified netisr.  This uncomplete unregister leads
  directly to a crash when the KLD unregistering the netisr is unloaded.
  
  Submitted by:   Sam <sah@softcardsystems.com>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.15      +1 -0      src/sys/net/netisr.c



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