|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 21.64 GB of 70.42 GB (30.72%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
src/
linux-headers-3.0.0-14/
arch/
arm/
mach-integrator/
include/
mach/
- drwxr-xr-x
|
Viewing file: irqs.h (2.29 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
/* * arch/arm/mach-integrator/include/mach/irqs.h * * Copyright (C) 1999 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/* * Interrupt numbers */ #define IRQ_PIC_START 0 #define IRQ_SOFTINT 0 #define IRQ_UARTINT0 1 #define IRQ_UARTINT1 2 #define IRQ_KMIINT0 3 #define IRQ_KMIINT1 4 #define IRQ_TIMERINT0 5 #define IRQ_TIMERINT1 6 #define IRQ_TIMERINT2 7 #define IRQ_RTCINT 8 #define IRQ_AP_EXPINT0 9 #define IRQ_AP_EXPINT1 10 #define IRQ_AP_EXPINT2 11 #define IRQ_AP_EXPINT3 12 #define IRQ_AP_PCIINT0 13 #define IRQ_AP_PCIINT1 14 #define IRQ_AP_PCIINT2 15 #define IRQ_AP_PCIINT3 16 #define IRQ_AP_V3INT 17 #define IRQ_AP_CPINT0 18 #define IRQ_AP_CPINT1 19 #define IRQ_AP_LBUSTIMEOUT 20 #define IRQ_AP_APCINT 21 #define IRQ_CP_CLCDCINT 22 #define IRQ_CP_MMCIINT0 23 #define IRQ_CP_MMCIINT1 24 #define IRQ_CP_AACIINT 25 #define IRQ_CP_CPPLDINT 26 #define IRQ_CP_ETHINT 27 #define IRQ_CP_TSPENINT 28 #define IRQ_PIC_END 31
#define IRQ_CIC_START 32 #define IRQ_CM_SOFTINT 32 #define IRQ_CM_COMMRX 33 #define IRQ_CM_COMMTX 34 #define IRQ_CIC_END 34
/* * IntegratorCP only */ #define IRQ_SIC_START 35 #define IRQ_SIC_CP_SOFTINT 35 #define IRQ_SIC_CP_RI0 36 #define IRQ_SIC_CP_RI1 37 #define IRQ_SIC_CP_CARDIN 38 #define IRQ_SIC_CP_LMINT0 39 #define IRQ_SIC_CP_LMINT1 40 #define IRQ_SIC_CP_LMINT2 41 #define IRQ_SIC_CP_LMINT3 42 #define IRQ_SIC_CP_LMINT4 43 #define IRQ_SIC_CP_LMINT5 44 #define IRQ_SIC_CP_LMINT6 45 #define IRQ_SIC_CP_LMINT7 46 #define IRQ_SIC_END 46
#define NR_IRQS 47
|