!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/scsi/   drwxr-xr-x
Free 318.35 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     NCR_D700.h (1.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* -*- mode: c; c-basic-offset: 8 -*- */

/* NCR Dual 700 MCA SCSI Driver
 *
 * Copyright (C) 2001 by James.Bottomley@HansenPartnership.com
 */

#ifndef _NCR_D700_H
#define _NCR_D700_H

/* Don't turn on debugging messages */
#undef NCR_D700_DEBUG

/* The MCA identifier */
#define NCR_D700_MCA_ID        0x0092

static int D700_detect(Scsi_Host_Template *);
static int D700_release(struct Scsi_Host *host);


/* Host template.  Note the name and proc_name are optional, all the
 * remaining parameters shown below must be filled in.  The 53c700
 * routine NCR_700_detect will fill in all of the missing routines */
#define NCR_D700_SCSI {                        \
    name:                "NCR Dual 700 MCA",    \
    proc_name:            "NCR_D700",        \
    detect:             D700_detect,        \
    release:            D700_release,        \
    this_id:            7,            \
}


/* Defines for the Board registers */
#define    BOARD_RESET        0x80    /* board level reset */
#define ADD_PARENB        0x04    /* Address Parity Enabled */
#define DAT_PARENB        0x01    /* Data Parity Enabled */
#define SFBK_ENB        0x10    /* SFDBK Interrupt Enabled */
#define LED0GREEN        0x20    /* Led 0 (red 0; green 1) */
#define LED1GREEN        0x40    /* Led 1 (red 0; green 1) */
#define LED0RED            0xDF    /* Led 0 (red 0; green 1) */
#define LED1RED            0xBF    /* Led 1 (red 0; green 1) */

#define NCR_D700_CLOCK_MHZ    50

#endif

:: 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.0228 ]--