summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/include
AgeCommit message (Expand)Author
2014-06-18Update comment; there seems to be no PC-9801 extension board slot onKenji Aoyama
2014-06-03Fix sentinel style.Kenji Aoyama
2014-04-16Add generic driver for "NEC PC-9801(*) extension board slot" onKenji Aoyama
2014-01-06typoMiod Vallat
2013-12-25Add missing IPL_MPSAFE, as same as mvme88k.Kenji Aoyama
2013-11-02Link m88k kernels on a BATC boundary.Miod Vallat
2013-10-18Add configuration for MI libsa loadfile, to be used soon.Miod Vallat
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-01-05Switch m88k ports to ELF.Miod Vallat
2012-12-04Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony,Miod Vallat
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-10-18Switch luna88k to timecounters; tested by aoyama@Miod Vallat
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-02-28Luna88k multi-processor support, step 3.Kenji Aoyama
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-04-28- enable fenvMartynas Venckus
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-12-31Massive overhauling of the m88k pmap, though I can't pretend it's a new pmapMiod Vallat
2010-11-22Remove bus_space_probe prototype, this function is not implemented.Miod Vallat
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-03-15Generic softinterrupt support for m88k based platforms, adapted from armMiod Vallat
2009-02-16Since NMI are now handled separately, remove the ``interrupt type'' argumentMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-12-08Better siginfo fault codes for floating point exceptions on 88110, withMiod Vallat
2007-12-02Rework the __mp_lock code to not spin at spllock(), kinda similar to theMiod Vallat
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-09-03Typos from miod. 'sfotware' -> 'software' in some comments.Kenneth R Westerback
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-19Empty another cpu_disklabel. In this case read in the bootKenneth R Westerback
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-12Remove unused code and definitions pasted over from mvme188 support, which doMiod Vallat
2007-05-08remove more junk in the setroot() code pathTheo de Raadt
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-01-29LCD device driver support for luna88k, first step.Kenji Aoyama
2007-01-13Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h>Miod Vallat
2006-11-16Ratibibugle struct frame and <machine/frame.h>Miod Vallat
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-05-08Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls.Miod Vallat
2006-05-08Clean the internal m88k trap type codes; while there, simplify andMiod Vallat
2006-05-04eneble -> enableMiod Vallat
2006-03-13remove IPL_IMP.Brad Smith
2006-01-26Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-03Implement __cpu_simple_lock_t for m88k.Miod Vallat
2005-12-03Fast __HAVE_MUTEX implementation for m88k platforms.Miod Vallat
2005-12-03Turn read_processor_identification_register() into a simple macro with aMiod Vallat