Date: Fri, 12 Oct 2001 12:28:20 -0500 (CDT) From: mark tinguely <tinguely@web.cs.ndsu.nodak.edu> To: Patrick.Cipiere@udcast.com, tinguely@web.cs.ndsu.nodak.edu Cc: dillon@earth.backplane.com, freebsd-hackers@FreeBSD.ORG Subject: Re: contigfree, free what? Message-ID: <200110121728.f9CHSKx14929@web.cs.ndsu.nodak.edu> In-Reply-To: <200110121605.f9CG5F726010@ra.udcast.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I can allocate the same memory block, back to back by contigmailloc and contigfree using the same if_xl structures in a PCI probe (actually I do contigmalloc/contigfree per probe call. The PCI probe gets called for each PCI device. I will print up the trace that shows the blocks are freed. I think the module load process takes a block in that contig range and the allocate can not longer be satisfied. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110121728.f9CHSKx14929>