!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-i386/   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:     lithium.h (1.12 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __I386_LITHIUM_H
#define __I386_LITHIUM_H

#include <linux/config.h>

/*
 * Lithium is the I/O ASIC on the SGI 320 and 540 Visual Workstations
 */

#define    LI_PCI_A_PHYS        0xfc000000    /* Enet is dev 3 */
#define    LI_PCI_B_PHYS        0xfd000000    /* PIIX4 is here */

/* see set_fixmap() and asm/fixmap.h */
#define LI_PCIA_VADDR   (fix_to_virt(FIX_LI_PCIA))
#define LI_PCIB_VADDR   (fix_to_virt(FIX_LI_PCIB))

/* Not a standard PCI? (not in linux/pci.h) */
#define    LI_PCI_BUSNUM    0x44            /* lo8: primary, hi8: sub */
#define LI_PCI_INTEN    0x46

#ifdef CONFIG_X86_VISWS_APIC
/* More special purpose macros... */
static __inline void li_pcia_write16(unsigned long reg, unsigned short v)
{
    *((volatile unsigned short *)(LI_PCIA_VADDR+reg))=v;
}

static __inline unsigned short li_pcia_read16(unsigned long reg)
{
     return *((volatile unsigned short *)(LI_PCIA_VADDR+reg));
}

static __inline void li_pcib_write16(unsigned long reg, unsigned short v)
{
    *((volatile unsigned short *)(LI_PCIB_VADDR+reg))=v;
}

static __inline unsigned short li_pcib_read16(unsigned long reg)
{
    return *((volatile unsigned short *)(LI_PCIB_VADDR+reg));
}
#endif

#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.0046 ]--