summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include
AgeCommit message (Expand)Author
2006-07-07Get rid of the fixed iomap for device mappings, and allocated va rangesMiod Vallat
2006-06-11TypoMiod Vallat
2006-05-18Move otherwise unused <machine/vid.h> to stand/Miod Vallat
2006-05-16Cleanup of mvme88k standalone code, with rewritten startup code withMiod Vallat
2006-05-13Oops, intr_findvec() proto is still necessary.Miod Vallat
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-02Wave goodbye to bugtty on mvme88k as well.Miod Vallat
2006-04-27<machine/mvme1x7.h> is not really used anymore, remove it.Miod Vallat
2006-04-27Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap().Miod Vallat
2006-04-27Manage a local copy of the MVME188 nvram and update the real data whenMiod Vallat
2006-04-26Define BUS_SPACE_MAP_LINEAR and use it when appropriate. Right nowMiod Vallat
2006-04-19Get rid of the clock device attachment - since the clock is not somethingMiod 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-15nmihand() is mvme88k only, move it out of m88k common area.Miod Vallat
2006-04-13Drop the ivec[] interrupt acknowledge address array, compute the addressMiod Vallat
2006-03-13remove IPL_IMP.Brad Smith
2006-01-11Switch 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
2006-01-01Don't need to include machine/types.h here. OK and tested by miod@Todd C. Miller
2005-12-12Move the MC88410 support code to a specific .c function instead of heavyMiod Vallat
2005-12-11Work in progress SMP code; mvme88k boards can spin up secondary CPUs,Miod Vallat
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
2005-12-03Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0Miod Vallat
2005-11-27Hide a few things from _LOCORE.Miod Vallat
2005-11-25Prefer vaddr_t and paddr_t types, instead of void * and heavy casts.Miod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-10-24Factorize db_interface code between luna88k and mvme88k, removing dead codeMiod Vallat
2005-10-13Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusiveMiod Vallat
2005-10-12Define IPL_SCHED and spslsched(), matching the statclock level.Miod Vallat
2005-09-13Oops, fix ivec[] prototype.Miod Vallat
2005-04-30Remove m88k_psr_type and function with utterly long names to control the psr,Miod Vallat
2005-04-27Allow userland to cause the data cache to be flushed for any arbitrary addressMiod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-11-09Kill guarded_access() - the way we map OBIO, there is no need for specialMiod Vallat
2004-11-09Split {get,set,raise}ipl() into per-board implementations.Miod Vallat
2004-11-08Kill struct md_p, which was really only necessary for mvme88k; onMiod Vallat
2004-10-01More mvme88k code cleaning:Miod Vallat
2004-08-06Merge Luna88k and mvme88k M88200 management code. Features:Miod Vallat
2004-08-03hide more inside _KERNEL; miod okTheo de Raadt
2004-08-02Fun with the BUG:Miod Vallat
2004-08-02More include files cleaning:Miod Vallat
2004-08-01Move 88100 DAE code to its own file, shared between luna88k and mvme88k.Miod Vallat
2004-07-30Move evcount structures inside struct intrhand, this makes more sense andMiod Vallat
2004-07-28Remove EH_DEBUG code.Miod Vallat