Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 01:19:37 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hme if_hme.c
Message-ID:  <200608120119.k7C1JbdK059840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2006-08-12 01:19:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hme          if_hme.c 
  Log:
  Fix invalid reference of mbuf chains.
  Use proper pointer dereference to inform modified mbuf chains to
  caller.
  
  While I'm here perform checksum offload setup after loading DMA
  maps as m_defrag(9) can return new mbuf chains.
  
  In collaboration with:  glebius
  
  Revision  Changes    Path
  1.49      +16 -16    src/sys/dev/hme/if_hme.c



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