K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-10-31T21:02:04.000000Z K 7 svn:log V 300 For physical address regions between 0 and KERNLOAD, allow pmap_mapdev() to use the direct mapped KVA at KERNBASE to service the request. This also allows pmap_mapdev() to be used for such addresses very early during the boot process and might provide some small savings on KVA. Reviewed by: peter END