!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-m68k/   drwxr-xr-x
Free 318.39 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:     mc146818rtc.h (1.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Machine dependent access functions for RTC registers.
 */
#ifndef _ASM_MC146818RTC_H
#define _ASM_MC146818RTC_H

#include <linux/config.h>
#include <asm/atarihw.h>

#ifdef CONFIG_ATARI
/* RTC in Atari machines */

#include <asm/atarihw.h>
#include <asm/atariints.h>
#include <asm/io.h>
#define RTC_HAS_IRQ    (ATARIHW_PRESENT(TT_MFP))
#define RTC_IRQ     IRQ_TT_MFP_RTC
#define RTC_IRQ_FLAGS    IRQ_TYPE_FAST
#define RTC_PORT(x)    (TT_RTC_BAS + 2*(x))
#define RTC_ALWAYS_BCD    0    /* TOS uses binary mode, Linux should be able
                 * to deal with both modes */

#define RTC_CHECK_DRIVER_INIT() (MACH_IS_ATARI && ATARIHW_PRESENT(TT_CLK))
#define RTC_MACH_INIT()                            \
    do {                                \
    epoch = atari_rtc_year_offset + 1900;                \
    if (RTC_HAS_IRQ)                        \
        /* select RTC int on H->L edge */                \
        tt_mfp.active_edge &= ~0x40;                \
    } while(0)
#define RTC_MACH_EXIT()

/* On Atari, the year was stored with base 1970 in old TOS versions (before
 * 3.06). Later, Atari recognized that this broke leap year recognition, and
 * changed the base to 1968. Medusa and Hades always use the new version. */
#define RTC_CENTURY_SWITCH    -1    /* no century switch */
#define RTC_MINYEAR        epoch

#define CMOS_READ(addr) ({ \
atari_outb_p((addr),RTC_PORT(0)); \
atari_inb_p(RTC_PORT(1)); \
})
#define CMOS_WRITE(val, addr) ({ \
atari_outb_p((addr),RTC_PORT(0)); \
atari_outb_p((val),RTC_PORT(1)); \
})
#endif /* CONFIG_ATARI */

#endif /* _ASM_MC146818RTC_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.0306 ]--