History log of /openbsd-src/sys/arch/macppc/include/pmap.h (Results 1 – 5 of 5)
Revision Date Author Comments
# b74fa65c 07-Nov-2005 brad <brad@openbsd.org>

remove vtophys() on *ppc.

ok drahn@


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 1ddcb129 10-Sep-2001 drahn <drahn@openbsd.org>

mickey, at least compile them first.
paddr_t should be protected with _LOCORE


# 5b81896d 10-Sep-2001 mickey <mickey@openbsd.org>

move vtophys proto into a port-area in order to remove it for macppc eventually; drahn@ ok


# 52c13d20 01-Sep-2001 drahn <drahn@openbsd.org>

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of t

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of the work involved in the renaming process was performed by miod@

Files moved from powerpc/include to macppc/include
Some files were not "moved" but wrapper files were created which include
the powerpc/include version.

Several of the powerpc/include files where changed to reflect that they
are POWERPC_* not MACHINE_*.

show more ...