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