K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-10-13T04:23:37.000000Z K 7 svn:log V 445 Makes contigalloc[1]() create the vm_map / underlying wired pages in the kernel map and object in a manner that contigfree() is actually able to free. Previously contigfree() freed up the KVA space but could not unwire & free the underlying VM pages due to mismatched pageability between the map entry and the VM pages. Submitted by: Thomas Moestl Testing by: mark tinguely MFC after: 3 days END