Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 03:15:48 -0800 (PST)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hatm if_hatm_intr.c
Message-ID:  <200311051115.hA5BFmA3055204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/11/05 03:15:48 PST

  FreeBSD src repository

  Modified files:
    sys/dev/hatm         if_hatm_intr.c 
  Log:
  Initialize the USED flag in new external receive buffers to 0, not to 1.
  We put them directly onto the free list instead of calling the
  external mbuf free routine (that routine would have cleaned the flag).
  
  This fixes a bug which manifests itself in falsely reporting a lot of used
  buffers when configuring the interface down.
  
  Revision  Changes    Path
  1.15      +2 -2      src/sys/dev/hatm/if_hatm_intr.c



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