summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Collapse)Author
2004-05-10Make the time getting frame buffer depth earlier. Without thisKenji Aoyama
modification, bitmap console depth is always 4, because consinit() is called before cpu_startup(). And use frame buffer depth bits(1,4,8) rather than mask value(0x01, 0x0f, 0xff), same as the value in ROM work area. ok miod@
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
a pa instead of a pmap_kernel va. The cachectl operation is now deprecated and will disappear soon.
2004-05-07Do not rely upon a fictitious MAXPHYSMEM value, but rather the actualMiod Vallat
physical memory size, to decide the end of /dev/*mem, as well as default cacheability for mappings.
2004-05-07Add new file <machine/conf.h> and clean up console code and structures.Kenji Aoyama
From miod@
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
boot device is not known, as other arches do.
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
which were copied verbatim from mvme88k to luna88k. This requires backing out syntactic sugar in mvme88k kernel configuration files which would deduct the required processor types from the board models, as the common code only depends upon the M88100 and M88110 defines.
2004-04-29luna88k needs a <machine/profile.h> as well, so share it with mvme88k.Miod Vallat
2004-04-26Fix RCSIDMiod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat
For now, include files only.
2004-04-24Define wscons device ids for the Luna devices.Miod Vallat
2004-04-22TypoMiod Vallat
2004-04-22Sync NMBCLUSTERS with mvme88kMiod Vallat
2004-04-21Preliminary bsd.rd material for luna88k, to be built upon. Heavily basedMiod Vallat
upon mvme88k.
2004-04-21Dummy Makefile for make includes to complete.Miod Vallat
2004-04-21We need this, too.Miod Vallat
2004-04-21Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k ↵Kenji Aoyama
and CMU Mach.