summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include
AgeCommit message (Collapse)Author
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32.
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-03-31Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code.Jason Downs
Compiles, but untested for lack of hardware.
1997-02-12The original disklabel code from dale had an unaligned-aligned problemTheo de Raadt
in it. This new code from rahnds and nivas will read either style of disklabel and hence will work on the mvme88k as well.
1997-02-10make it workTheo de Raadt
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-06-11use void * for pa/va instead of caddr_tTheo de Raadt
1996-05-29add stuff for generic bootchuck
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-19move RB_NOSYM here.chuck
1996-05-16add two more defines for the way the bug "NBO" command passes in argschuck
add network boot and cputyp to bugargs (for new bootblocks)
1996-05-10add constants so that we can remove "m68k/m88k" directories from bugcrt.chuck
1996-05-10add some documentationchuck
add some predefined constants so that the kernel can generate valid bootblocks without help from 'wrtvid'
1996-05-07idea by chuck to make libbug MITheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28add _MACHINE & _MACHINE_ARCHTheo de Raadt
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-11-28on the '040, do not cache write+exec pages for sunos processes. SunOS ld.soTheo de Raadt
is unaware of split I/D caches, and hence messes up. patch by niklas
1995-11-07$Id$ throughoutTheo de Raadt
update many copyrights
1995-10-22crank NMBCLUSTERSTheo de Raadt
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt