Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2003 22:07:37 -0700 (PDT)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb usb_mem.c
Message-ID:  <200307290507.h6T57bGH077690@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmg         2003/07/28 22:07:37 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_mem.c 
  Log:
  fix another bus_dma leak due to not having a size param for our bus_dma
  allocation function.  With this patch, it prevents continous growth of
  the devbuf memory pool.
  
  Tested with ssh <host> dd of=/dev/null < /dev/zero and vmstat -m | grep devbuf
  
  Revision  Changes    Path
  1.4       +2 -0      src/sys/dev/usb/usb_mem.c



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