diff options
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/jazz.h | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/include/asm-mips/jazz.h b/include/asm-mips/jazz.h index 1484dab0e..f76b31907 100644 --- a/include/asm-mips/jazz.h +++ b/include/asm-mips/jazz.h @@ -1,4 +1,4 @@ -/* $Id: jazz.h,v 1.8 1998/08/26 22:12:32 tsbogend Exp $ +/* $Id: jazz.h,v 1.9 1998/09/19 19:19:37 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -203,15 +203,19 @@ typedef struct { * This is somewhat broken. For reasons which nobody can remember anymore * we remap the Jazz interrupts to the usual ISA style interrupt numbers. */ -#define JAZZ_TIMER_IRQ 0 -#define JAZZ_KEYBOARD_IRQ 1 -#define JAZZ_FLOPPY_IRQ 6 /* needs to be consistent with floppy driver! */ -#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 -#define JAZZ_MOUSE_IRQ 21 +#define JAZZ_PARALLEL_IRQ 16 +#define JAZZ_FLOPPY_IRQ 6 /* needs to be consistent with floppy driver! */ +#define JAZZ_SOUND_IRQ 18 +#define JAZZ_VIDEO_IRQ 19 +#define JAZZ_ETHERNET_IRQ 20 +#define JAZZ_SCSI_IRQ 21 +#define JAZZ_KEYBOARD_IRQ 22 +#define JAZZ_MOUSE_IRQ 23 +#define JAZZ_SERIAL1_IRQ 24 +#define JAZZ_SERIAL2_IRQ 25 + +#define JAZZ_TIMER_IRQ 31 + /* * JAZZ DMA Channels |