patch-2.0.7 linux/include/asm-alpha/cia.h
Next file: linux/include/asm-alpha/irq.h
Previous file: linux/drivers/sound/aedsp16.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Jul 15 11:34:11 1996
- Orig file:
v2.0.6/linux/include/asm-alpha/cia.h
- Orig date:
Wed Jun 5 10:41:29 1996
diff -u --recursive --new-file v2.0.6/linux/include/asm-alpha/cia.h linux/include/asm-alpha/cia.h
@@ -1,6 +1,7 @@
#ifndef __ALPHA_CIA__H__
#define __ALPHA_CIA__H__
+#include <linux/config.h>
#include <linux/types.h>
/*
@@ -169,6 +170,14 @@
#define GRU_SCR (IDENT_ADDR + 0x8780000300UL)
#define GRU_LED (IDENT_ADDR + 0x8780000800UL)
#define GRU_RESET (IDENT_ADDR + 0x8780000900UL)
+
+#if defined(CONFIG_ALPHA_ALCOR)
+#define GRU_INT_REQ_BITS 0x800fffffUL
+#elif defined(CONFIG_ALPHA_XLT)
+#define GRU_INT_REQ_BITS 0x80003fffUL
+#else
+#define GRU_INT_REQ_BITS 0xffffffffUL
+#endif
/*
* Bit definitions for I/O Controller status register 0:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov