added wait() for FireBee USB again

This commit is contained in:
Markus Fröschle
2013-11-21 19:57:39 +00:00
parent b0965d2106
commit 2d5d8d6267

View File

@@ -168,6 +168,7 @@ uint32_t pci_read_config_longword(int32_t handle, int offset)
__asm__ __volatile__("nop"); /* this is what the Linux BSP does */ __asm__ __volatile__("nop"); /* this is what the Linux BSP does */
pci_config_wait();
value = * (volatile uint32_t *) PCI_IO_OFFSET; /* access device */ value = * (volatile uint32_t *) PCI_IO_OFFSET; /* access device */
__asm__ __volatile__("tpf"); /* this is what the Linux BSP does */ __asm__ __volatile__("tpf"); /* this is what the Linux BSP does */