History log of /netbsd/sys/arch/atari/include/param.h (Results 1 – 25 of 35)
Revision Date Author Comments
# 76bf93e7 10-Feb-2012 para <para@NetBSD.org>

proper sizing of kmem_arena on different ports

PR port-i386/45946: Kernel locks up in VMEM system


# 8ac3875a 08-Feb-2011 rmind <rmind@NetBSD.org>

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as the

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.

show more ...


# 465857f0 11-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Refactoring MD segment related definitions on m68k ports:
- move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h>
to <m68k/pmap_motorola.h> where they should belong
- also simplify NBSEG

Refactoring MD segment related definitions on m68k ports:
- move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h>
to <m68k/pmap_motorola.h> where they should belong
- also simplify NBSEG macro for both 020/030 and 040/060 cases
- also move m68k_trunc_seg(), m68k_round_seg(), and m68k_seg_offset()
(that use SEGOFSET) from <m68k/param.h> to <m68k/pmap_motorola.h>
- add comments about each segment size value used on pmap_motorola
implementation
- add TIA_SIZE, TIA_SHIFT, TIB_SIZE, and TIB_SHIFT macro which can be
used for ste/pte index sizes
- use proper vaddr_t cast instead of unsigned for SEGOFSET/PGOFSET macro

Tested on atari, hp300, and news68k.

show more ...


# d7debedc 09-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Fix wrong NBSEG values for all hp300 pmap derived m68k ports.
They were incorrect since 1997 on amiga and atari, and since 2002
on other ports, but fortunately they don't look so fatal.

Anyway, thes

Fix wrong NBSEG values for all hp300 pmap derived m68k ports.
They were incorrect since 1997 on amiga and atari, and since 2002
on other ports, but fortunately they don't look so fatal.

Anyway, these values will be moved into <m68k/pmap_motorola.h> soon
since they are quite pmap implementation dependent.

show more ...


# c8ad2035 03-Jan-2008 joerg <joerg@NetBSD.org>

Simplify delay based on x86 version.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 716d4c38 01-Nov-2000 leo <leo@NetBSD.org>

Do not pull-in machine/intr.h when _KERNEL is not defined. This fixes
compilation problems in the regression tests.


# dded044f 11-Feb-2000 thorpej <thorpej@NetBSD.org>

Update for the NKMEMPAGES changes.


# 05132683 04-Dec-1999 ragge <ragge@NetBSD.org>

CL* discarding.


# c5ba7a31 20-Sep-1997 leo <leo@NetBSD.org>

Move the definition of MSGBUFSIZE up to the machine-arch level if
possible. Pointed out by Bernd Ernesti.


# d4713d24 19-Sep-1997 leo <leo@NetBSD.org>

Implement the kernel part of pr-1891. This allows for a more flexible sized
msgbuf. Note that old 'dmesg' and 'syslogd' binaries will continue running,
though old 'dmesg' binaries will output a few b

Implement the kernel part of pr-1891. This allows for a more flexible sized
msgbuf. Note that old 'dmesg' and 'syslogd' binaries will continue running,
though old 'dmesg' binaries will output a few bytes of junk at the start of
the buffer, and will miss a few bytes at the end of the buffer.

show more ...


# 1c599835 10-Jul-1997 veego <veego@NetBSD.org>

Restore the defines of UPAGES and NPTEPG.


# 6304388e 10-Jun-1997 veego <veego@NetBSD.org>

The 'Mach derived conversion macros' are now in <m68k/param.h>


# 931d90fc 10-Jun-1997 veego <veego@NetBSD.org>

Use the MI <m68k/param.h> include.


# 2d43c4a0 26-Feb-1997 leo <leo@NetBSD.org>

Allow MCLSHIFT to be overridden by a config option.


# 9324e8d0 26-Feb-1997 leo <leo@NetBSD.org>

Move all spl-related stuff to the new file intr.h. The latter file also
contains some generic defines used by the drivers in dev/[pci|isa].


# 115b6d92 24-Feb-1997 fvdl <fvdl@NetBSD.org>

Define ALIGNED_POINTER


# 4a5570d4 27-Jan-1997 leo <leo@NetBSD.org>

Make MCLBYTES 2K.


# da93afbd 03-Jan-1997 leo <leo@NetBSD.org>

Get rid of 'cpu040' variable. Use 'mmutype' or 'cputype' for testing
instead.


# 17f5b2a1 13-Oct-1996 christos <christos@NetBSD.org>

backout previous kprintf changes


# 60dd5cee 11-Oct-1996 christos <christos@NetBSD.org>

printf -> kprintf, sprintf -> ksprintf


# 18ec26aa 04-Mar-1996 cgd <cgd@NetBSD.org>

add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,
execpt without quotes. meant to be __CONCAT()ted for easy #includes
of machine-dependent headers for MI code (e.g. for the MI

add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,
execpt without quotes. meant to be __CONCAT()ted for easy #includes
of machine-dependent headers for MI code (e.g. for the MI ISA/EISA/PCI/TC
bus code).

show more ...


# 1c5d7bab 01-Mar-1996 cgd <cgd@NetBSD.org>

Clean up tabbing/spacing in defns of MACHINE, MACHINE_ARCH, and MID_MACHINE.


# c9dfd5cb 22-Feb-1996 leo <leo@NetBSD.org>

First bunch of changes due to stricter prototype checking.


12