History log of /netbsd-src/sys/arch/netwinder/include/irqhandler.h (Results 1 – 6 of 6)
Revision Date Author Comments
# aa7f00f3 22-Oct-2002 chris <chris@NetBSD.org>

netwinder and cats can share irqhandler.h, so move (and rename) into the
footbridge dir, and share it.


# 32a08607 12-Apr-2002 thorpej <thorpej@NetBSD.org>

Centralize ARM CPU configuration information by adding a new header
file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines
the following:
* CPU_NTYPES -- now many CPU types are confi

Centralize ARM CPU configuration information by adding a new header
file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines
the following:
* CPU_NTYPES -- now many CPU types are configured into the kernel. What
you really want to know is "== 1" or "> 1".
* Defines ARM_ARCH_2, ARM_ARCH_3, ARM_ARCH_4, ARM_ARCH_5, depending
on which ARM architecture versions are configured (based on CPU_*
options). Also defines ARM_NARCH to determins how many architecture
versions are configured.
* Defines ARM_MMU_MEMC, ARM_MMU_GENERIC, ARM_MMU_XSCALE depending on
which classes of ARM MMUs are configured into the kernel, and ARM_NMMUS
to determine how many MMU classes are configured.

Remove the needless inclusion of "opt_cputypes.h" in several places.
Convert remaining users to <arm/cpuconf.h>.

show more ...


# de43efff 10-Apr-2002 thorpej <thorpej@NetBSD.org>

G/c non-netwinder stuff.


# 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 ...


# 67afbd62 30-May-2001 mrg <mrg@NetBSD.org>

use _KERNEL_OPT


# 56260f7d 19-Apr-2001 matt <matt@NetBSD.org>

Populate the netwinder include directory.