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

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/drivers/acorn/scsi/   drwxr-xr-x
Free 318.33 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     arxescsi.h (1.71 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * ARXE SCSI card driver
 *
 * Copyright (C) 1997-2000 Russell King
 *
 * Changes to support ARXE 16-bit SCSI card by Stefan Hanske
 */
#ifndef ARXE_SCSI_H
#define ARXE_SCSI_H

#define MANU_ARXE     0x0041
#define PROD_ARXE_SCSI    0x00be

extern int arxescsi_detect (Scsi_Host_Template *);
extern int arxescsi_release (struct Scsi_Host *);
extern const char *arxescsi_info (struct Scsi_Host *);
extern int arxescsi_proc_info (char *buffer, char **start, off_t offset,
                int length, int hostno, int inout);

#ifndef NULL
#define NULL ((void *)0)
#endif

#ifndef CAN_QUEUE
/*
 * Default queue size
 */
#define CAN_QUEUE    1
#endif

#ifndef CMD_PER_LUN
#define CMD_PER_LUN    1
#endif

#ifndef SCSI_ID
/*
 * Default SCSI host ID
 */
#define SCSI_ID        7
#endif

#include <scsi/scsicam.h>

#include "fas216.h"

#define ARXEScsi {                    \
proc_info:            arxescsi_proc_info,    \
name:                "ARXE SCSI card",    \
detect:                arxescsi_detect,    \
release:            arxescsi_release,    \
info:                arxescsi_info,        \
bios_param:            scsicam_bios_param,    \
can_queue:            CAN_QUEUE,        \
this_id:            SCSI_ID,        \
sg_tablesize:            SG_ALL,            \
cmd_per_lun:            CMD_PER_LUN,        \
use_clustering:            DISABLE_CLUSTERING,    \
command:            fas216_command,        \
queuecommand:            fas216_queue_command,    \
eh_host_reset_handler:        fas216_eh_host_reset,    \
eh_bus_reset_handler:        fas216_eh_bus_reset,    \
eh_device_reset_handler:    fas216_eh_device_reset,    \
eh_abort_handler:        fas216_eh_abort,    \
use_new_eh_code:        1            \
    }

#ifndef HOSTS_C

typedef struct {
    FAS216_Info info;

    /* other info... */
    unsigned int    cstatus;    /* card status register    */
    unsigned int    dmaarea;    /* Pseudo DMA area    */
} ARXEScsi_Info;

#define CSTATUS_IRQ    (1 << 0)
#define CSTATUS_DRQ    (1 << 0)

#endif /* HOSTS_C */

#endif /* ARXE_SCSI_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 #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0105 ]--