!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/sparc/kernel/   drwxr-xr-x
Free 318.32 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:     sun4setup.c (2.14 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* sun4setup.c: Setup the hardware address of various items in the sun4
 *         architecture. Called from idprom_init
 *
 * Copyright (C) 1998 Chris G. Davis (cdavis@cois.on.ca)
 */

#include <asm/page.h>
#include <asm/oplib.h>
#include <asm/idprom.h>
#include <asm/sun4paddr.h>
#include <asm/machines.h>

int sun4_memreg_physaddr;
int sun4_ie_physaddr;
int sun4_clock_physaddr;
int sun4_timer_physaddr;
int sun4_eth_physaddr;
int sun4_si_physaddr;
int sun4_bwtwo_physaddr;
int sun4_zs0_physaddr;
int sun4_zs1_physaddr;
int sun4_dma_physaddr;
int sun4_esp_physaddr;
int sun4_ie_physaddr; 

void __init sun4setup(void)
{
    printk("Sun4 Hardware Setup v1.0 18/May/98 Chris Davis (cdavis@cois.on.ca). ");
    /*
      setup standard sun4 info
      */
    sun4_ie_physaddr=SUN4_IE_PHYSADDR;

    /*
      setup model specific info
      */
    switch(idprom->id_machtype) {
        case (SM_SUN4 | SM_4_260 ):
            printk("Setup for a SUN4/260\n");
            sun4_memreg_physaddr=SUN4_200_MEMREG_PHYSADDR;
            sun4_clock_physaddr=SUN4_200_CLOCK_PHYSADDR;
            sun4_timer_physaddr=SUN4_UNUSED_PHYSADDR;
            sun4_eth_physaddr=SUN4_200_ETH_PHYSADDR;
            sun4_si_physaddr=SUN4_200_SI_PHYSADDR;
            sun4_bwtwo_physaddr=SUN4_200_BWTWO_PHYSADDR;
            sun4_dma_physaddr=SUN4_UNUSED_PHYSADDR;
            sun4_esp_physaddr=SUN4_UNUSED_PHYSADDR;
            break;
        case (SM_SUN4 | SM_4_330 ):
            printk("Setup for a SUN4/330\n");
            sun4_memreg_physaddr=SUN4_300_MEMREG_PHYSADDR;
            sun4_clock_physaddr=SUN4_300_CLOCK_PHYSADDR;
            sun4_timer_physaddr=SUN4_300_TIMER_PHYSADDR;
            sun4_eth_physaddr=SUN4_300_ETH_PHYSADDR;
            sun4_si_physaddr=SUN4_UNUSED_PHYSADDR;
            sun4_bwtwo_physaddr=SUN4_300_BWTWO_PHYSADDR;
            sun4_dma_physaddr=SUN4_300_DMA_PHYSADDR;
            sun4_esp_physaddr=SUN4_300_ESP_PHYSADDR;
            break;
        case (SM_SUN4 | SM_4_470 ):
            printk("Setup for a SUN4/470\n");
            sun4_memreg_physaddr=SUN4_400_MEMREG_PHYSADDR;
            sun4_clock_physaddr=SUN4_400_CLOCK_PHYSADDR;
            sun4_timer_physaddr=SUN4_400_TIMER_PHYSADDR;
            sun4_eth_physaddr=SUN4_400_ETH_PHYSADDR;
            sun4_si_physaddr=SUN4_UNUSED_PHYSADDR;
            sun4_bwtwo_physaddr=SUN4_400_BWTWO_PHYSADDR;
            sun4_dma_physaddr=SUN4_400_DMA_PHYSADDR;
            sun4_esp_physaddr=SUN4_400_ESP_PHYSADDR;
            break;
        default:
    }
}


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