summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include
AgeCommit message (Expand)Author
2013-12-01switch mvme68k to the MI zs(4) driver.Miod Vallat
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-06-16Add IPL_MPSAFE for some architectures that I missed in the first round.Mark Kettenis
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-02-02mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88kMiod Vallat
2012-12-31Switch mvme68k boot blocks to use the MI libsa loadfile routines to loadMiod Vallat
2012-12-03avoid depending on gcc cast as lvalue extension whichJonathan Gray
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-04Switch mvme68k to timecounters.Miod Vallat
2012-07-05Concatenating strings doesn't require __CONCAT() (and must not in standard C)Philip Guenthe
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2011-11-01Drop support for the HP MMU. It was only found on two hp300 systems (modelsMiod Vallat
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-04-28- enable fenvMartynas Venckus
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-15unbreak tree for nested endian.h includesTheo de Raadt
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2010-07-24One the -> On theMiod Vallat
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
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-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
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
2009-03-01Support for MVME141 boards. Tested with both VME and VSB memory boardsMiod Vallat
2009-03-01Support for MVME165 board - code written in april 2006, eventually debuggedMiod Vallat
2009-02-21dma_cachectl() bye-bye.Miod Vallat
2009-02-17Add real bus_space and bus_dma to mvme68k, so that it can benefit fromMiod 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-12-02One last missing IPL_VM.Miod Vallat
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-18move comment to right placeTheo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-03Dummy <machine/bus.h> for softraid to compile.Miod Vallat
2007-05-30More cpuinfo vs _KERNEL fallback.Miod Vallat
2007-05-15switch m68k to __HAVE_CPUINFOMartin Reindl
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-08remove more junk in the setroot() code pathTheo de Raadt
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