cvs commit: src/sys/dev/hatm if_hatm_intr.c

Hartmut Brandt harti at FreeBSD.org
Wed Nov 5 03:15:49 PST 2003


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


More information about the cvs-src mailing list