summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include
AgeCommit message (Expand)Author
2010-07-24One the -> On theMiod Vallat
2010-05-23seteconf() died years agoTheo de Raadt
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2009-09-18Fix conversion of symbolic IPL level to hardware PSL value in the mutex code.Miod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-30Define IPL_VM on platforms which lack it.Miod Vallat
2007-11-02replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed)Martin Reindl
2007-09-10Pass a real ipl level to add_nubus_intr(), and make sure the interruptMiod Vallat
2007-07-29It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2Miod Vallat
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-05-30More cpuinfo vs _KERNEL fallback.Miod Vallat
2007-05-15switch m68k to __HAVE_CPUINFOMartin Reindl
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-09-22Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values.Miod Vallat
2006-09-17Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in theMiod Vallat
2006-07-11Remove duplicate prototypes already in <sys/systm.h>Miod Vallat
2006-06-30Shrink internal iomap to 256KB, it's enough for all the mappings we'll needMiod Vallat
2006-06-24Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and letMiod Vallat
2006-06-11Move common prototypes to <m68k/{cpu,param}.h> instead of incompleteMiod Vallat
2006-06-11Factorize spl handling functions and software interrupt routines betweenMiod Vallat
2006-04-16Remove bus_space_{read,write}_stream and bus_space_copy_region methods, whichMiod Vallat
2006-03-13remove splimp.Brad Smith
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod Vallat
2006-01-22Minimal iop code to set the serial ports to compatible mode automagically,Miod Vallat
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-17Remove unused ``stride'' bus_space internal functionality; nothing needs it.Miod Vallat
2006-01-13Sync OSS code with NetBSD; supports poweroff now.Miod Vallat
2006-01-13Remove unused bad{,b,w,l}addr.Miod Vallat
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
2006-01-02Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), andMiod Vallat
2006-01-01Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives usMiod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
2005-08-06overhaul the grf driver:Martin Reindl