summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/include
AgeCommit message (Expand)Author
2013-11-02Link m88k kernels on a BATC boundary.Miod Vallat
2013-10-23Checkpoint of work-in-progress DMA support for oaic(4). Not working yet,Miod Vallat
2013-10-10Better boot device detection code. Board-specific code will now return theMiod Vallat
2013-10-09Quick'n'dirty code to match trivial on-disk boot paths as the boot device.Miod Vallat
2013-10-09Needed by recent libsaMiod Vallat
2013-10-07Have platform->bootstrap() return the machine speed in MHz, which is used toMiod Vallat
2013-10-07Split the 64-bit interrupt source mask code into two 32-bit `interrupt' andMiod Vallat
2013-09-29Perform more consistency checks when walking the VDIT.Miod Vallat
2013-09-28The first step in being able to share disks with DG/UX: recognize VDM/VDITMiod Vallat
2013-09-24Extend le@syscon to support the ILACC chips found on-board the AV530 family.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-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
2006-04-18Oops, correct import this time.Miod Vallat
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
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-01-02Kill pmap_table_t typedef.Miod Vallat
2010-12-31Massive overhauling of the m88k pmap, though I can't pretend it's a new pmapMiod Vallat
2010-12-23The exception vector page on m88k systems has always been the same page asMiod Vallat
2010-04-24AViiON VDM and VDIT defines, to be used by disksubr.c very soon.Miod Vallat
2010-04-24SMP support for models 4600 and 530, adapted from the MVME188 code. ModelsMiod Vallat
2010-04-24Replace heuristics used to figure out which model we are running on, andMiod Vallat
2010-04-21More reworking of interrupt handling and VME support, and rename variousMiod Vallat
2010-04-20Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605.Miod Vallat
2010-04-18Work in progress support for AViiON models 4600 and 530.Miod Vallat
2009-07-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod 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
2007-12-19Overhaul interrupt handling, in order to make it (arguably) simpler andMiod Vallat
2007-12-19The serial console address apparently does not change accross 88100 designs,Miod Vallat
2007-12-19Allocate memory for the onboard le interface using uvm functions, instead ofMiod Vallat
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-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-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo 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-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-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-03Don't load bad144 bad sector information into disklabels for archs thatKenneth R Westerback