Date: Mon, 18 Jun 2001 15:04:41 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lge if_lge.c if_lgereg.h src/sys/dev/nge if_nge.c if_ngereg.h Message-ID: <200106182204.f5IM4fi33440@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2001/06/18 15:04:41 PDT Modified files: sys/dev/lge if_lge.c if_lgereg.h sys/dev/nge if_nge.c if_ngereg.h Log: Fix some memory bugs with regard to jumbo buffers. I made a mistake when converting from the old external mbuf buffer code to the new (with the MEXTADD() macro). Also free free list memory correctly in foo_free_jumbo_mem() routines: grab the head of the list, then remove it, _then_ free() it. This fixes the memory corruption problem I've been chasing in the level 1 driver. Revision Changes Path 1.5 +7 -9 src/sys/dev/lge/if_lge.c 1.2 +1 -2 src/sys/dev/lge/if_lgereg.h 1.13 +7 -9 src/sys/dev/nge/if_nge.c 1.4 +1 -2 src/sys/dev/nge/if_ngereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106182204.f5IM4fi33440>