summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include
AgeCommit message (Collapse)Author
2001-02-07We need to loose some weight.Artur Grabowski
If someone feels very opposed to this, the code is left in the Attic. Just revive and _make_it_work_.
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
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-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-01-29from leo:Theo de Raadt
- Remove FPU defines, the FPU-type is no longer determined by the loader. - Add some forgotten CPU-types (Waldi Ravens).
1996-01-08from leo; Remove a stray MAXPARTITIONS definitionTheo de Raadt
1996-01-05from leo:Theo de Raadt
Allow selection of Falcon (videl) video modes other than the mode selected on startup (Thomas Gerner).
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-11-19from netbsd; Oops, this also belongs to the ser02 selectionTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt