summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2004-08-30Add the original LUNA-88K support.Kenji Aoyama
2004-08-24Since the cpu frequency can only be an integral number on the Luna88k,Miod Vallat
2004-08-18Add 'irq6/clock0' to evcount on luna88k.Kenji Aoyama
2004-08-11Use bus_space_*_multi_*() when applicable; from NetBSD.Miod Vallat
2004-08-11Fix off-by-ones in bus_space_*_multi_*()Miod Vallat
2004-08-10The second spc is missing on original LUNA-88K, so add and check theKenji Aoyama
2004-08-09Take advantage of the recent ABI change to use less stack space and doMiod Vallat
2004-08-06Misc cleaning and KNF in order to sync this to hp300 soon; no functionalMiod Vallat
2004-08-06Print cpu/cmmu details during boot, like mvme88k.Kenji Aoyama
2004-08-06Merge Luna88k and mvme88k M88200 management code. Features:Miod Vallat
2004-08-05Unbreak luna88k; spotted by aoyama@Miod Vallat
2004-08-04Use the ad hoc register define to access the Pbus fault status register,Miod Vallat
2004-08-04Completely remove BATC code. BATC on 88200 are way too small to be worthMiod Vallat
2004-08-02More include files cleaning:Miod Vallat
2004-08-02Move MAX_CPUS constant to cpu.hMiod Vallat
2004-08-01Move 88100 DAE code to its own file, shared between luna88k and mvme88k.Miod Vallat
2004-07-28Remove EH_DEBUG code.Miod Vallat
2004-07-27Add per-device evcount interrupt counters; also use LIST_xxx macros in isr.cMiod Vallat
2004-07-27Factorize exception handling code. The only different part between luna88kMiod Vallat
2004-07-26Typos in comments.Miod Vallat
2004-07-25Merge luna88k and mvme88k pmap. The pmap will now assume that the memoryMiod Vallat
2004-07-23Move luna88k and mvme88k vm_machdep to m88k-agnostic code area.Miod Vallat
2004-07-23Nuke getdevunit().Miod Vallat
2004-07-22Do not use db_printf() to trace data access exceptions.Miod Vallat
2004-07-13Remove compiler options workarounds for savectx breakage.Miod Vallat
2004-07-02Make page-aligned variable contiguous. Saves almost one page of data.Miod Vallat
2004-07-02Disable a -O2 specific optimization which causes kern_fork (and probably otherMiod Vallat
2004-07-01Delete unused functions and unnecessary flush_pipeline() at theKenji Aoyama
2004-06-24Typos in DEBUG code.Miod Vallat
2004-06-19Trim includes.Miod Vallat
2004-06-19No "machine prom" ddb command on the Luna.Miod Vallat
2004-06-19Share common ddb files accross m88k platforms.Miod Vallat
2004-06-14Added some codes that check if the machine is LUNA-88K or LUNA-88K2Kenji Aoyama
2004-06-02More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88kMiod Vallat
2004-05-23Put back the fixed NCPUS == 1 version of flush_atc_entry().Miod Vallat
2004-05-23Simplify iomap_mapin().Miod Vallat
2004-05-23Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.Miod Vallat
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-10Make the time getting frame buffer depth earlier. Without thisKenji Aoyama
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
2004-05-07Do not rely upon a fictitious MAXPHYSMEM value, but rather the actualMiod Vallat
2004-05-07Add new file <machine/conf.h> and clean up console code and structures.Kenji Aoyama
2004-05-07Some clean up, especially delete unused nvram related part. From miod@Kenji Aoyama
2004-05-04Always ask the user for the root device if we are "swap generic" and theMiod Vallat
2004-05-03This file is long dead now.Miod Vallat
2004-04-29Repair depend phaseMiod Vallat
2004-04-29TyposMiod Vallat
2004-04-29Continue factorizing m88k common code, this time files in <arch>/<arch>Miod Vallat
2004-04-29luna88k needs a <machine/profile.h> as well, so share it with mvme88k.Miod Vallat
2004-04-26Fix RCSIDMiod Vallat