summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/hp300/pmap.c
AgeCommit message (Expand)Author
2001-06-08Fix the XXX #debug bits in vm_machdep().Todd C. Miller
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-05Use mi round_page() and trunc_page() macrosTodd C. Miller
2001-05-16PMAP_NEW support; thorpej@netbsd.orgTodd C. Miller
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Add casts to vaddr_t to round_page() and trunc_page() calls sinceTodd C. Miller
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Repair non-UVM kernelsTodd C. Miller
2001-05-04Substantial update from NetBSD, most notably gives us UVM support; millert@ okAaron Campbell
2001-04-06Use pool to allocate pmap instead of malloc. OK'd by art@Todd C. Miller
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-07-18pmap_activate() and pmap_deactivate() are MDTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-11-06Idnetify/support hp385 (33Mhz 68040)Todd C. Miller
1997-07-06Sync with changes from NetBSD, up to 970705.Jason Downs
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
1997-03-26Merge changes from NetBSD, up to 3/19/97; undoes some local changes.Jason Downs
1997-02-24Add support for COMPAT_SUNOS and enable it.Jason Downs
1997-02-10hp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD.Jason Downs
1997-01-12Mostly sync to NetBSD-current of 011196. Compiles, links, boots to singleJason Downs
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt