Changeset f09ac268 in rtems


Ignore:
Timestamp:
12/14/99 13:30:50 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
947c27aa
Parents:
e8918ec
Message:

More warnings removed after email with Emmanuel Raguet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/network/dec21140.c

    re8918ec rf09ac268  
    175175#else
    176176#define phys_to_bus(address) (unsigned int) address
    177 #define bus_to_phys(address) address
     177#define bus_to_phys(address) (unsigned int) address
    178178#define delay_in_bus_cycles(cycle) Wait_X_ms( cycle/100 )
    179179#define CPU_CACHE_ALIGNMENT_FOR_BUFFER PG_SIZE
     
    344344  rtems_status_code st;
    345345  volatile unsigned int *tbase;
    346   union {char c[64]; unsigned short s[32];} rombuf;
    347346  int i;
    348347  volatile unsigned char *cp, *setup_frm, *eaddrs;
     
    837836        pcib_conf_read32(signature, 20, &value);
    838837        if (_CPU_is_paging_enabled())
    839           _CPU_map_phys_address(&(sc->base),
     838          _CPU_map_phys_address((void **) &(sc->base),
    840839                                (void *)(value & ~MEM_MASK),
    841840                                DEC_REGISTER_SIZE ,
Note: See TracChangeset for help on using the changeset viewer.