K 10 svn:author V 5 peter K 8 svn:date V 27 2000-05-24T14:22:22.000000Z K 7 svn:log V 334 pmap_enter() masked off the page offset bits, pmap_kenter() did not. This (I believe) is the cause of the XFree86 startup and/or mptable(8) panics when programs were reading from /dev/mem at non-page-aligned offsets. The offsets were being converted into random page flags in the page tables. :-( (including PG_PS = 4MB page size) END