!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-2.6.24-28/include/asm-m68knommu/   drwxr-xr-x
Free 1.06 GB of 97.11 GB (1.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mcfpci.h (3.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/****************************************************************************/

/*
 *    mcfpci.h -- PCI bridge on ColdFire eval boards.
 *
 *    (C) Copyright 2000, Greg Ungerer (gerg@snapgear.com)
 *    (C) Copyright 2000, Lineo Inc. (www.lineo.com)
 */

/****************************************************************************/
#ifndef    mcfpci_h
#define    mcfpci_h
/****************************************************************************/


#ifdef CONFIG_PCI

/*
 *    Address regions in the PCI address space are not mapped into the
 *    normal memory space of the ColdFire. They must be accessed via
 *    handler routines. This is easy for I/O space (inb/outb/etc) but
 *    needs some code changes to support ordinary memory. Interrupts
 *    also need to be vectored through the PCI handler first, then it
 *    will call the actual driver sub-handlers.
 */

/*
 *    Un-define all the standard I/O access routines.
 */
#undef    inb
#undef    inw
#undef    inl
#undef    inb_p
#undef    inw_p
#undef    insb
#undef    insw
#undef    insl
#undef    outb
#undef    outw
#undef    outl
#undef    outb_p
#undef    outw_p
#undef    outsb
#undef    outsw
#undef    outsl

#undef    request_irq
#undef    free_irq

#undef    bus_to_virt
#undef    virt_to_bus


/*
 *    Re-direct all I/O memory accesses functions to PCI specific ones.
 */
#define    inb    pci_inb
#define    inw    pci_inw
#define    inl    pci_inl
#define    inb_p    pci_inb
#define    inw_p    pci_inw
#define    insb    pci_insb
#define    insw    pci_insw
#define    insl    pci_insl

#define    outb    pci_outb
#define    outw    pci_outw
#define    outl    pci_outl
#define    outb_p    pci_outb
#define    outw_p    pci_outw
#define    outsb    pci_outsb
#define    outsw    pci_outsw
#define    outsl    pci_outsl

#define    request_irq    pci_request_irq
#define    free_irq    pci_free_irq

#define    virt_to_bus    pci_virt_to_bus
#define    bus_to_virt    pci_bus_to_virt

#define    CONFIG_COMEMPCI    1


/*
 *    Prototypes of the real PCI functions (defined in bios32.c).
 */
unsigned char    pci_inb(unsigned int addr);
unsigned short    pci_inw(unsigned int addr);
unsigned int    pci_inl(unsigned int addr);
void        pci_insb(void *addr, void *buf, int len);
void        pci_insw(void *addr, void *buf, int len);
void        pci_insl(void *addr, void *buf, int len);

void        pci_outb(unsigned char val, unsigned int addr);
void        pci_outw(unsigned short val, unsigned int addr);
void        pci_outl(unsigned int val, unsigned int addr);
void        pci_outsb(void *addr, void *buf, int len);
void        pci_outsw(void *addr, void *buf, int len);
void        pci_outsl(void *addr, void *buf, int len);

int        pci_request_irq(unsigned int irq,
            void (*handler)(int, void *, struct pt_regs *),
            unsigned long flags,
            const char *device,
            void *dev_id);
void        pci_free_irq(unsigned int irq, void *dev_id);

void        *pci_bmalloc(int size);
void        pci_bmfree(void *bmp, int len);
void        pci_copytoshmem(unsigned long bmp, void *src, int size);
void        pci_copyfromshmem(void *dst, unsigned long bmp, int size);
unsigned long    pci_virt_to_bus(volatile void *address);
void        *pci_bus_to_virt(unsigned long address);
void        pci_bmcpyto(void *dst, void *src, int len);
void        pci_bmcpyfrom(void *dst, void *src, int len);

#endif /* CONFIG_PCI */
/****************************************************************************/
#endif    /* mcfpci_h */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.013 ]--