History log of /src/sys/arch/netwinder/include/irqhandler.h |
Revision | | Date | Author | Comments |
1.6 |
| 22-Oct-2002 |
chris | netwinder and cats can share irqhandler.h, so move (and rename) into the footbridge dir, and share it.
|
1.5 |
| 12-Apr-2002 |
thorpej | 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>.
|
1.4 |
| 10-Apr-2002 |
thorpej | G/c non-netwinder stuff.
|
1.3 |
| 20-Dec-2001 |
thorpej | * 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.
|
1.2 |
| 30-May-2001 |
mrg | branches: 1.2.2; 1.2.8; use _KERNEL_OPT
|
1.1 |
| 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
1.1.2.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.1.2.1 |
| 19-Apr-2001 |
bouyer | file irqhandler.h was added on branch thorpej_scsipi on 2001-04-21 17:54:15 +0000
|
1.2.8.4 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.2.8.3 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.2.8.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.2.8.1 |
| 30-May-2001 |
nathanw | file irqhandler.h was added on branch nathanw_sa on 2002-01-08 00:26:45 +0000
|
1.2.2.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|