patch-2.2.11 linux/include/asm-mips/jazz.h

Next file: linux/include/asm-mips/jazzdma.h
Previous file: linux/include/asm-mips/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/include/asm-mips/jazz.h linux/include/asm-mips/jazz.h
@@ -1,4 +1,4 @@
-/* $Id: jazz.h,v 1.8 1998/09/16 22:52:41 ralf Exp $
+/* $Id: jazz.h,v 1.10 1998/10/18 13:16:02 tsbogend 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 @@
  * 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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)