forked from Imagelibrary/rtems
2008-03-20 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c: type of 5th argument to pci_read_config_dword() is now uint32_t*.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-20 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* vmeUniverse/vmeTsi148.c: type of 5th argument
|
||||||
|
to pci_read_config_dword() is now uint32_t*.
|
||||||
|
|
||||||
2008-03-17 Till Straumann <strauman@slac.stanford.edu>
|
2008-03-17 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* vmeUniverse/vmeTsi148.c: Initialize VME Master
|
* vmeUniverse/vmeTsi148.c: Initialize VME Master
|
||||||
|
|||||||
@@ -342,7 +342,7 @@
|
|||||||
#define BSP_PCI_CONFIG_IN_BYTE pci_read_config_byte
|
#define BSP_PCI_CONFIG_IN_BYTE pci_read_config_byte
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef unsigned int pci_ulong;
|
typedef uint32_t pci_ulong;
|
||||||
|
|
||||||
#ifdef __BIG_ENDIAN__
|
#ifdef __BIG_ENDIAN__
|
||||||
static inline void st_be32( uint32_t *a, uint32_t v)
|
static inline void st_be32( uint32_t *a, uint32_t v)
|
||||||
|
|||||||
Reference in New Issue
Block a user