summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/mvme188.h
AgeCommit message (Expand)Author
2007-05-19Try reducing the number of IPIs, by only reinflicting them to us if we areMiod Vallat
2007-05-14Work in progress IPI mechanism, currently only implemented on MVME188, toMiod Vallat
2006-11-18Rework the PFSR register analysis code on mvme88k: split it into fourMiod Vallat
2006-06-11TypoMiod Vallat
2006-04-27Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap().Miod Vallat
2006-04-17Do not mask the MVME188 abort button interrupt at splhigh(), similar to MVME197.Miod Vallat
2006-04-17Better constant names for the MVME188 GCSR set.Miod Vallat
2006-04-15Remove DART defines from <machine/mvme188.h> (except for its base address),Miod Vallat
2006-04-15Clean up <machine/mvme188.h> out of duplicate defines, sort them by relevance,Miod Vallat
2006-04-13Drop the ivec[] interrupt acknowledge address array, compute the addressMiod Vallat
2004-10-01More mvme88k code cleaning:Miod Vallat
2004-08-02More include files cleaning:Miod Vallat
2004-07-23Eventually get the MVME188 reset sequence to work, and allow it to returnMiod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat
2004-04-14After enough checks on real hardware, it turns out the documentation is wrong,Miod Vallat
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-09-28Remove duplicate CMMU address definitions.Miod Vallat
2003-09-16Remove unused material from include files, as well as the annoying U() macroMiod Vallat
2002-01-14volatile police.Miod Vallat
2001-12-22rename m882xx.h to m8820x.hSteve Murphree
2001-12-19board.h overhaul. split definitions by arch.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-14Repair MVME187 after MVME197 merge.Steve Murphree
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-03-16More function prototypes.Miod Vallat
2001-03-07Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.Miod Vallat
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
2001-01-14Complete move to UVM virtual memory system. More header fixes.Steve Murphree
1999-09-27Adding support for MVME188 and MVME197Steve Murphree