!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 3.34 GB of 27.03 GB (12.34%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cycx_drv.h (1.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
* cycx_drv.h    CYCX Support Module.  Kernel API Definitions.
*
* Author:    Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* Copyright:    (c) 1998-2000 Arnaldo Carvalho de Melo
*
* Based on sdladrv.h by Gene Kozin <genek@compuserve.com>
*
*        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.
* ============================================================================
* 1999/10/23    acme        cycxhw_t cleanup
* 1999/01/03    acme        more judicious use of data types...
*                uclong, ucchar, etc deleted, the u8, u16, u32
*                types are the portable way to go.
* 1999/01/03    acme        judicious use of data types... u16, u32, etc
* 1998/12/26    acme         FIXED_BUFFERS, CONF_OFFSET,
*                               removal of cy_read{bwl}
* 1998/08/08    acme         Initial version.
*/
#ifndef    _CYCX_DRV_H
#define    _CYCX_DRV_H

#define    CYCX_WINDOWSIZE    0x4000    /* default dual-port memory window size */
#define    GEN_CYCX_INTR    0x02
#define    RST_ENABLE    0x04
#define    START_CPU    0x06
#define    RST_DISABLE    0x08
#define    FIXED_BUFFERS    0x08
#define    TEST_PATTERN    0xaa55
#define    CMD_OFFSET    0x20
#define CONF_OFFSET     0x0380
#define    RESET_OFFSET    0x3c00    /* For reset file load */
#define    DATA_OFFSET    0x0100    /* For code and data files load */
#define    START_OFFSET    0x3ff0    /* 80186 starts here */

/* Data Structures */
/* Adapter hardware configuration. Pointer to this structure is passed to all
* APIs.  */
typedef struct cycxhw {
    u32 fwid;        /* firmware ID */
    int irq;        /* interrupt request level */
    u32 dpmbase;        /* dual-port memory base */
    u32 dpmsize;        /* dual-port memory size */
    u32 reserved[5];
} cycxhw_t;

#endif    /* _CYCX_DRV_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0031 ]--