summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/include
AgeCommit message (Expand)Author
2014-01-25Increase VM_KERNEL_PT_PAGES from 2 to 4 for x68k.tsutsui
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2012-10-13struct device * -> device_t (from chs@)tsutsui
2012-03-28- Normalize inclusion protection (remove)christos
2012-03-20Add xxboot (stage1) support.minoura
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-02Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL))tsutsui
2012-01-21Give higher priority to faster local memory on uvm_page_physload().tsutsui
2011-11-19Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@.isaki
2011-11-15Merge copy-and-pasted fpu_probe() function (to share it among more m68k ports).tsutsui
2011-10-16Switch to 2-clause license.isaki
2011-10-09Move VM_MAXUSER_ADDRESS and VM_MAX_ADDRESS from 0xFFFFD000 to 0xFFF00000tsutsui
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-21machine/stdarg.h and machine/varargs.h are gonejoerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-11Sortjoerg
2011-05-16- merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.ctsutsui
2011-05-12Make intiobase and intiolimit unsigned for consistency.tsutsui
2011-03-24Fix typo in comment.tsutsui
2011-03-24- make X68K_BUS_PERFORMANCE_HACK part defaulttsutsui
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-12-22Collect cpu_info and friends and move to m68k/include/cpu.hmatt
2010-11-06Remove incomplete, never worked dynamic run-time memory registrationuebayasi
2010-06-06fix PR 6724 - convert m68k options to defflag's. this means thatmrg
2010-03-19ANSI'fy, misc KNF.tsutsui
2010-03-19u_intN_t -> uintN_ttsutsui
2010-03-19bus_space_write_region_N() should also take a const buffer.tsutsui
2010-03-19Constify the buffer pointer argument of the _bus_space_write_multi_<n>he
2009-12-11Refactoring MD segment related definitions on m68k ports:tsutsui
2009-12-09Fix wrong NBSEG values for all hp300 pmap derived m68k ports.tsutsui
2009-12-08Use PGSHIFT from <machine/param.h> for PAGE_SHIFT.tsutsui
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-10-21Remove uarea swap-out functionality:rmind
2009-08-26Minor tweak to the pv_table management in the Hibler-derived m68k pmaps:thorpej
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-01-17Purge x68k_config_found() to simplify consinit routine.isaki
2008-12-20x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.isaki
2008-12-18Sync with other m68k ports.isaki
2008-12-18Move external decl. of intiobase: dev/intiovar.h -> include/cpu.hisaki
2008-06-23Unify splraiseipl(9) implementation among m68k ports,isaki
2008-06-01Remove x68k/include/pci_machdep.h.isaki
2008-05-23Initialize IPL_SERIAL. Analysed by tsutsui@.isaki
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-02-27Remove CTL_MACHDEP_NAMES, it's not used anywhere.xtraeme
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-12-31Remove COMPAT_HPUX.ad
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled