summaryrefslogtreecommitdiff
path: root/sys/arch/shark/ofw/ofw.c
AgeCommit message (Expand)Author
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-03-04Fix up OFW_DEBUG printfs, particularly regarding newlines and error cases.jakllsch
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-10-17remove tlb_flush define and change callers to use cpu_tlb_flushID directly, o...jmcneill
2014-02-22Deal with non-4K page sizes.matt
2013-11-06remove unused variableschristos
2013-08-18Use <arm/locore.h>matt
2012-09-22Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb insteadmatt
2012-07-29Fix more -fno-common fallout.matt
2012-03-01kernelstack is declared in arm32_machdep.cmatt
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2011-03-23add support for chipsfb at ofbusmacallan
2010-11-12Pull in uvm/uvm.h for VM_PAGE_TO_PHYS().uebayasi
2009-12-28More setttb() -> cpu_setttb() for readability & consistency. Missing instancesuebayasi
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2007-10-28Drop pccons. Obsoleted by wscons, now fully supported in NetBSD/shark.jmmv
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-13Remove all references to spl_mask. Now it isn't used by any sources.tsutsui
2007-07-30Fix build of kernels that use vga or igsfb together with pccons by avoidingjmmv
2007-03-08Clean the bitrotting ofw code. Don't export export the underlying irqmatt
2007-02-23make this build without wscons or vga enabled.mrg
2007-01-25have OF re-initialize the console before calling OF_exit() so we actuallymacallan
2005-12-08use VM_PAGE_TO_PHYS macro.yamt
2005-01-05Purge vm_offset_t.tsutsui
2003-11-05s/bcopy/memmove/scw
2003-07-15__KERNEL_RCSID()lukem
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-05-22Move KERNEL_VM_SIZE into the C files where its used.thorpej
2003-05-21Move KERNEL_VM_BASE inside where it is used (it won't be there for long).thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-05-03Reduce differences between ARM32_NEW_VM_LAYOUT and not; always passthorpej
2003-05-03Remove old pmap support for platforms which have fully switched over.thorpej
2003-05-02Eliminate PTE_BASE and the PT-PT completely in the ARM32_PMAP_NEW case.thorpej
2003-04-18Enable ARM32_PMAP_NEW on NetBSD/shark.scw
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-05add missing protos.chs
2002-08-24Enable caching on kernel and user page tables. This saves havingthorpej
2002-08-22* Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually dothorpej