patch-2.4.22 linux-2.4.22/include/asm-mips/dec/interrupts.h

Next file: linux-2.4.22/include/asm-mips/dec/ioasic.h
Previous file: linux-2.4.22/include/asm-mips/dec/ecc.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-mips/dec/interrupts.h linux-2.4.22/include/asm-mips/dec/interrupts.h
@@ -8,7 +8,7 @@
  *
  * Copyright (C) 1997 by Paul M. Antoine.
  * reworked 1998 by Harald Koerfgen.
- * Copyright (C) 2001, 2002  Maciej W. Rozycki
+ * Copyright (C) 2001, 2002, 2003  Maciej W. Rozycki
  */
 
 #ifndef __ASM_DEC_INTERRUPTS_H
@@ -33,7 +33,7 @@
 #define DEC_IRQ_HALT		7	/* HALT button or from ACCESS.Bus */
 #define DEC_IRQ_ISDN		8	/* Am79C30A ISDN */
 #define DEC_IRQ_LANCE		9	/* LANCE (Am7990) Ethernet */
-#define DEC_IRQ_MEMORY		10	/* memory, I/O bus write errors */
+#define DEC_IRQ_BUS		10	/* memory, I/O bus read/write errors */
 #define DEC_IRQ_PSU		11	/* power supply unit warning */
 #define DEC_IRQ_RTC		12	/* DS1287 RTC */
 #define DEC_IRQ_SCC0		13	/* SCC (Z85C30) serial #0 */
@@ -58,10 +58,10 @@
 #define DEC_IRQ_SCC0A_RXDMA	30	/* SCC0A receive half page */
 #define DEC_IRQ_SCC0A_TXERR	31	/* SCC0A xmit memory read/overrun */
 #define DEC_IRQ_SCC0A_TXDMA	32	/* SCC0A transmit page end */
-#define DEC_IRQ_SCC0B_RXERR	33	/* SCC0B (ACCESS.bus) receive overrun */
-#define DEC_IRQ_SCC0B_RXDMA	34	/* SCC0B receive half page */
-#define DEC_IRQ_SCC0B_TXERR	35	/* SCC0B xmit memory read/overrun */
-#define DEC_IRQ_SCC0B_TXDMA	36	/* SCC0B transmit page end */
+#define DEC_IRQ_AB_RXERR	33	/* ACCESS.bus receive overrun */
+#define DEC_IRQ_AB_RXDMA	34	/* ACCESS.bus receive half page */
+#define DEC_IRQ_AB_TXERR	35	/* ACCESS.bus xmit memory read/ovrn */
+#define DEC_IRQ_AB_TXDMA	36	/* ACCESS.bus transmit page end */
 #define DEC_IRQ_SCC1A_RXERR	37	/* SCC1A (modem) receive overrun */
 #define DEC_IRQ_SCC1A_RXDMA	38	/* SCC1A receive half page */
 #define DEC_IRQ_SCC1A_TXERR	39	/* SCC1A xmit memory read/overrun */

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