diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-05-19 03:15:26 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-05-19 03:15:26 +0000 |
commit | 70410127358947fc7a75b7610f88181336c959ff (patch) | |
tree | f317daad7ef419d161e5c0cced8fb68190789234 /include/asm-mips64/sn/sn0 | |
parent | ac599b8199968fd92e0d986f8cfdebb535b8887c (diff) |
Implement a more dynamic method of associating IRQs with PCI devices.
Instead of encoding bus/slot numbers in the IRQ, have seperate arrays
to store that information.
Diffstat (limited to 'include/asm-mips64/sn/sn0')
-rw-r--r-- | include/asm-mips64/sn/sn0/ip27.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-mips64/sn/sn0/ip27.h b/include/asm-mips64/sn/sn0/ip27.h index d595830a5..cac1939b9 100644 --- a/include/asm-mips64/sn/sn0/ip27.h +++ b/include/asm-mips64/sn/sn0/ip27.h @@ -89,9 +89,8 @@ #define CPU_RESCHED_B_IRQ 1 #define CPU_CALL_A_IRQ 2 #define CPU_CALL_B_IRQ 3 +#define IOC3_ETH_INT 4 #define BASE_PCI_IRQ 4 -/*#define IOC3_ETH_INT 9*/ -#define IOC3_ETH_INT 0x0809 /* nasid 0, wid 0x8 */ #define SN00_BRIDGE 0x9200000008000000 #define SN00I_BRIDGE0 0x920000000b000000 |