summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include
AgeCommit message (Expand)Author
2018-02-26Add dumb memory probe routines for Milan to use all available memory.tsutsui
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-02-02PR port-mac68k/51923rin
2017-02-02PR port-mac68k/51923rin
2016-10-18add isa_intr_establish_xname() to MD isa headers so that it can be usedjdolecek
2015-12-24fenv for m68kchristos
2015-09-07Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-07-26Reorganize and bump VM related constants.tsutsui
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-10Appease gcc -fno-common:tsutsui
2012-03-28- Normalize inclusion protection (remove)christos
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-02Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL))tsutsui
2011-12-18Restore __HAVE_MM_MD_READWRITE which was added for 5.99.53 in rev 1.14tsutsui
2011-11-15Merge copy-and-pasted fpu_probe() function (to share it among more m68k ports).tsutsui
2011-10-01fix build errors with gcc 4.5.chs
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17Switch to new-style <sys/bus.h>.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-07-01Per discussion atdyoung
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-05-16- merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.ctsutsui
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
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
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-12-06Move initialization of protection_codes[] and kernel_pmap()tsutsui
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-08-26Minor tweak to the pv_table management in the Hibler-derived m68k pmaps:thorpej
2009-08-23fix atari builds in two ways:mrg
2009-08-19(Re-)define isa_detach_hook(), and define isa_dmadestroy(). Updatedyoung
2009-07-08Merge local <atari/atari/intr.h> into common <machine/intr.h>.tsutsui
2009-03-13Use separate free lists for TT and ST ram, and give TT a lower idabs
2009-03-08ANSIfy, some KNF, misc cosmetics.tsutsui
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-03-05Remove __P().tsutsui
2009-01-01Pull the following amiga's pmap changes to atari:tsutsui
2008-12-31Remove quite obsolete pcb_cmap2.tsutsui
2008-12-27Account idepth in all interrupt handlers in locore.s.tsutsui
2008-12-09Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr,pooka