!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/include/asm-arm/   drwxr-xr-x
Free 318.37 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:     ide.h (1.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 *  linux/include/asm-arm/ide.h
 *
 *  Copyright (C) 1994-1996  Linus Torvalds & authors
 */

/*
 *  This file contains the i386 architecture specific IDE code.
 */

#ifndef __ASMARM_IDE_H
#define __ASMARM_IDE_H

#ifdef __KERNEL__

#ifndef MAX_HWIFS
#define MAX_HWIFS    4
#endif

#define ide__sti()    __sti()

#include <asm/arch/ide.h>

typedef union {
    unsigned all            : 8;    /* all of the bits together */
    struct {
        unsigned head        : 4;    /* always zeros here */
        unsigned unit        : 1;    /* drive select number, 0 or 1 */
        unsigned bit5        : 1;    /* always 1 */
        unsigned lba        : 1;    /* using LBA instead of CHS */
        unsigned bit7        : 1;    /* always 1 */
    } b;
    } select_t;

#define ide_request_irq(irq,hand,flg,dev,id)    request_irq((irq),(hand),(flg),(dev),(id))
#define ide_free_irq(irq,dev_id)        free_irq((irq), (dev_id))
#define ide_check_region(from,extent)        check_region((from), (extent))
#define ide_request_region(from,extent,name)    request_region((from), (extent), (name))
#define ide_release_region(from,extent)        release_region((from), (extent))

/*
 * The following are not needed for the non-m68k ports
 */
#define ide_ack_intr(hwif)        (1)
#define ide_fix_driveid(id)        do {} while (0)
#define ide_release_lock(lock)        do {} while (0)
#define ide_get_lock(lock, hdlr, data)    do {} while (0)

/*
 * We always use the new IDE port registering,
 * so these are fixed here.
 */
#define ide_default_io_base(i)        ((ide_ioreg_t)0)
#define ide_default_irq(b)        (0)

#endif /* __KERNEL__ */

#endif /* __ASMARM_IDE_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.0042 ]--