K 10 svn:author V 5 tegge K 8 svn:date V 27 2001-11-10T22:34:11.000000Z K 7 svn:log V 238 MFC: Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove(). This significantly reduces the number of TLB shootdowns caused by vmapbuf/vunmapbuf when performing many large reads from raw disk devices. END