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


Viewing file:     mach_unknown.c (1.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * linux/arch/sh/kernel/mach_unknown.c
 *
 * Copyright (C) 2000 Stuart Menefy (stuart.menefy@st.com)
 *
 * May be copied or modified under the terms of the GNU General Public
 * License.  See linux/COPYING for more information.
 *
 * Machine specific code for an unknown machine (internal peripherials only)
 */

#include <linux/config.h>
#include <linux/init.h>

#include <asm/machvec.h>
#include <asm/machvec_init.h>

#include <asm/io_unknown.h>

#include <asm/rtc.h>
/*
 * The Machine Vector
 */

struct sh_machine_vector mv_unknown __initmv = {
    mv_name:        "Unknown",

#if defined(__SH4__)
    mv_nr_irqs:        48,
#elif defined(CONFIG_CPU_SUBTYPE_SH7708)
    mv_nr_irqs:        32,
#elif defined(CONFIG_CPU_SUBTYPE_SH7709)
    mv_nr_irqs:        61,
#endif

    mv_inb:            unknown_inb,
    mv_inw:            unknown_inw,
    mv_inl:            unknown_inl,
    mv_outb:        unknown_outb,
    mv_outw:        unknown_outw,
    mv_outl:        unknown_outl,

    mv_inb_p:        unknown_inb_p,
    mv_inw_p:        unknown_inw_p,
    mv_inl_p:        unknown_inl_p,
    mv_outb_p:        unknown_outb_p,
    mv_outw_p:        unknown_outw_p,
    mv_outl_p:        unknown_outl_p,

    mv_insb:        unknown_insb,
    mv_insw:        unknown_insw,
    mv_insl:        unknown_insl,
    mv_outsb:        unknown_outsb,
    mv_outsw:        unknown_outsw,
    mv_outsl:        unknown_outsl,

    mv_readb:        unknown_readb,
    mv_readw:        unknown_readw,
    mv_readl:        unknown_readl,
    mv_writeb:        unknown_writeb,
    mv_writew:        unknown_writew,
    mv_writel:        unknown_writel,

    mv_ioremap:        unknown_ioremap,
    mv_iounmap:        unknown_iounmap,

    mv_isa_port2addr:    unknown_isa_port2addr,

    mv_rtc_gettimeofday:    sh_rtc_gettimeofday,
    mv_rtc_settimeofday:    sh_rtc_settimeofday,
};
ALIAS_MV(unknown)

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