History log of /netbsd/sys/arch/acorn32/acorn32/genassym.cf (Results 1 – 6 of 6)
Revision Date Author Comments
# 85608d88 17-Jan-2009 bjh21 <bjh21@NetBSD.org>

Clear out the vestigial support for the Simtec Hydra board. Now that we're
getting support for proper SMP ARMs, keeping non-functional support for
a seriously crippled not-really-SMP system is likel

Clear out the vestigial support for the Simtec Hydra board. Now that we're
getting support for proper SMP ARMs, keeping non-functional support for
a seriously crippled not-really-SMP system is likely to cause more problems
than it's worth, even if it was fun for a while.

show more ...


# 1a0c6c8f 20-Sep-2008 tsutsui <tsutsui@NetBSD.org>

Remove advertising clause for UCB in various genassym.cf files,
which were derived from genassym.c in 4.4BSD-Lite2 (or 386BSD).
Closes PR misc/39573. Approved by martin@.


# 00caca48 29-Apr-2008 matt <matt@NetBSD.org>

Change IPL_LEVELS to NIPL.
current_spl_level is dead.


# bb6b27b1 05-Oct-2002 bjh21 <bjh21@NetBSD.org>

Second phase of Hydra attachment: All CPUs are now set up sufficiently that
they can call printf(), which they do before halting.


# 01415786 20-Dec-2001 thorpej <thorpej@NetBSD.org>

* Share a common vector page between arm26 and arm32.
* Use a common set of exception handlers for all arm32 platforms.
* New FIQ framework based on discussions with Ben Harris, shared
between arm2

* Share a common vector page between arm26 and arm32.
* Use a common set of exception handlers for all arm32 platforms.
* New FIQ framework based on discussions with Ben Harris, shared
between arm26 and arm32.

show more ...


# 8cd82ab7 27-Nov-2001 thorpej <thorpej@NetBSD.org>

Move interrupt-related stuff out of the generic 32-bit ARM genassym.cf
and into platform-specific genassym.cf files.