From 6c8fe0760e72dcbe96aebd7e1ea6cb0fdd5cd272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 21 Nov 2013 19:57:39 +0000 Subject: [PATCH] added wait() for FireBee USB again --- sources/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/pci.c b/sources/pci.c index ccf87dd..c7f4d87 100644 --- a/sources/pci.c +++ b/sources/pci.c @@ -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 */ + pci_config_wait(); value = * (volatile uint32_t *) PCI_IO_OFFSET; /* access device */ __asm__ __volatile__("tpf"); /* this is what the Linux BSP does */