diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /include/asm-mips/sni.h | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'include/asm-mips/sni.h')
-rw-r--r-- | include/asm-mips/sni.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/include/asm-mips/sni.h b/include/asm-mips/sni.h index 16a4ace09..1e2391ddb 100644 --- a/include/asm-mips/sni.h +++ b/include/asm-mips/sni.h @@ -1,4 +1,4 @@ -/* $Id: sni.h,v 1.2 1998/09/16 22:52:43 ralf Exp $ +/* $Id: sni.h,v 1.2 1998/09/19 19:19:39 ralf Exp $ * * SNI specific definitions * @@ -69,10 +69,10 @@ #define PCIMT_PWDN 0xbfdf0000 /* - * Interrupt 0-16 are reserved for PCI and EISA interrupts. The - * interrupts from 16 are assigned to the other interrupts generated - * by the PCI chipset. + * Interrupt 0-16 are EISA interrupts. Interrupts from 16 on are assigned + * to the other interrupts generated by ASIC PCI. */ +#define PCIMT_KEYBOARD_IRQ 1 #define PCIMT_IRQ_ETHERNET 16 #define PCIMT_IRQ_TEMPERATURE 17 #define PCIMT_IRQ_EISA_NMI 18 @@ -89,9 +89,7 @@ */ #define PCIMT_EISA_BASE 0xb0000000 -/* - * The keyboard interrupt is an ISA interrupt - */ -#define SNI_KEYBOARD_IRQ 1 +/* PCI EISA Interrupt acknowledge */ +#define PCIMT_INT_ACKNOWLEDGE 0xba000000 #endif /* __ASM_MIPS_SNI_H */ |