From c3e195844962550d4c730ac361a571e287e30c26 Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Tue, 29 Jul 1997 22:48:08 +0000 Subject: moved most of the interrupt number out of the ISA irq range changed address of IRQ_SOURCE*, because of the new wired entries --- include/asm-mips/jazz.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/asm-mips/jazz.h b/include/asm-mips/jazz.h index a7e5133a8..14384ba65 100644 --- a/include/asm-mips/jazz.h +++ b/include/asm-mips/jazz.h @@ -183,8 +183,8 @@ typedef struct { /* * JAZZ interrupt control registers */ -#define JAZZ_IO_IRQ_SOURCE 0xe0100000 -#define JAZZ_IO_IRQ_ENABLE 0xe0100002 +#define JAZZ_IO_IRQ_SOURCE 0xe0010000 +#define JAZZ_IO_IRQ_ENABLE 0xe0010002 /* * JAZZ interrupt enable bits @@ -205,12 +205,12 @@ typedef struct { */ #define JAZZ_TIMER_IRQ 0 #define JAZZ_KEYBOARD_IRQ 1 -#define JAZZ_ETHERNET_IRQ 13 -#define JAZZ_SERIAL1_IRQ 3 -#define JAZZ_SERIAL2_IRQ 4 -#define JAZZ_PARALLEL_IRQ 5 #define JAZZ_FLOPPY_IRQ 6 /* needs to be consistent with floppy driver! */ -#define JAZZ_SCSI_INTERRUPT 12 +#define JAZZ_SCSI_IRQ 16 +#define JAZZ_ETHERNET_IRQ 17 +#define JAZZ_SERIAL1_IRQ 18 +#define JAZZ_SERIAL2_IRQ 19 +#define JAZZ_PARALLEL_IRQ 20 /* * JAZZ DMA Channels -- cgit v1.2.3