Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2004 02:44:38 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/em if_em.c
Message-ID:  <200410190244.i9J2icHs030119@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2004-10-19 02:44:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Forced commit to note that the previous change also elimates calls to
  bus_dmamap_create|destroy for the rx and tx descriptor buffers.  Since these
  buffers are created with bus_dmamem_alloc(), there is no reason to also
  create a map, and doing so just wastes memory.
  
  Revision  Changes    Path
  1.49      +0 -0      src/sys/dev/em/if_em.c



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