patch-2.4.21 linux-2.4.21/include/asm-m68k/sun3ints.h
Next file: linux-2.4.21/include/asm-m68k/sun3mmu.h
Previous file: linux-2.4.21/include/asm-m68k/sun3-head.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-m68k/sun3ints.h
- Orig date:
2001-06-11 19:15:27.000000000 -0700
diff -urN linux-2.4.20/include/asm-m68k/sun3ints.h linux-2.4.21/include/asm-m68k/sun3ints.h
@@ -20,6 +20,8 @@
#include <asm/intersil.h>
#include <asm/oplib.h>
+#define SUN3_INT_VECS 192
+
void sun3_enable_irq(unsigned int irq);
void sun3_disable_irq(unsigned int irq);
int sun3_request_irq(unsigned int irq,
@@ -36,5 +38,11 @@
extern void sun3_process_int(int, struct pt_regs *);
extern volatile unsigned char* sun3_intreg;
+/* master list of VME vectors -- don't fuck with this */
+#define SUN3_VEC_FLOPPY 0x40
+#define SUN3_VEC_VMESCSI0 0x40
+#define SUN3_VEC_VMESCSI1 0x41
+#define SUN3_VEC_CG 0xA8
+
#endif /* SUN3INTS_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)