History log of /netbsd-src/sys/arch/acorn32/include/param.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 81c6d35e 03-Jan-2003 thorpej <thorpej@NetBSD.org>

Remove obsolete MACHINE_ARCH -> arm32


# cd98cbf7 12-Feb-2002 thorpej <thorpej@NetBSD.org>

* For platforms which are already ELF, remove the definition of
MACHINE_ARCH since <arm/param.h> already sets it correctly to "arm".
* For platforms which are not yet ELF, defined MACHINE_ARCH to "

* For platforms which are already ELF, remove the definition of
MACHINE_ARCH since <arm/param.h> already sets it correctly to "arm".
* For platforms which are not yet ELF, defined MACHINE_ARCH to "arm32"
if __ELF__ is not defined by the C preprocessor.
* In <arm/param.h>, clarify the rules about when MACHINE and
MACHINE_ARCH are defined, and to what. Also, for ELF platforms,
int the non-_KERNEL case, force both MACHINE and MACHINE_ARCH to "arm",
rather than allowing platform-specifc code to define either.

show more ...


# 0d20115d 18-Nov-2001 bjh21 <bjh21@NetBSD.org>

Match multiple-include-protection macros to name of file.


# 306ca642 18-Nov-2001 bjh21 <bjh21@NetBSD.org>

Roll back last change. Acorn32, being a major port, shouldn't switch to ELF
until the ABI is finalized.


# 88ca0381 31-Oct-2001 reinoud <reinoud@NetBSD.org>

Change MACHINE_ARCH to arm making it ELF now.


# 7d4a1add 05-Oct-2001 reinoud <reinoud@NetBSD.org>

Initial commit of the splitting off of arch/acorn32 from arch/arm32.

The IOMD/VIDC combination is now moved to arch/arm/iomd together. These
files still need a lot of cleaning up :( .... esp. the RC

Initial commit of the splitting off of arch/acorn32 from arch/arm32.

The IOMD/VIDC combination is now moved to arch/arm/iomd together. These
files still need a lot of cleaning up :( .... esp. the RC7500 support that
is still dormant in it; this needs either to be removed or split out for
RC7500's ``VIDC'' video/audio variant.

Apart from the RC7500 support wich is still in arch/arm32 the
iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.

This split still uses some small parts of arch/arm32 .... those are the MI
parts that haven't been moved yet.

RiscPC/A7000 have been tested and confirmed to build as should NC.

show more ...