cvs commit: src/sys/dev/usb usb_mem.c
John-Mark Gurney
jmg at FreeBSD.org
Mon Jul 28 22:07:38 PDT 2003
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
More information about the cvs-src
mailing list