summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/vmeUniverse/README.porting
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/vmeUniverse/README.porting')
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/README.porting2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/README.porting b/c/src/lib/libbsp/shared/vmeUniverse/README.porting
index f3dd2d5511..c2471c72af 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/README.porting
+++ b/c/src/lib/libbsp/shared/vmeUniverse/README.porting
@@ -57,7 +57,7 @@ possible to override some things without having to modify the driver code.
CFLAGS += -DBSP_PIC_DO_EOI=do{}while(0)
CFLAGS += -DBSP_PCI_CONFIG_IN_LONG=PCIConfigRead32
CFLAGS += -DBSP_PCI_CONFIG_IN_BYTE=PCIConfigRead8
- (you still need to supply BSP_pciFindDevice)
+ (you still need to supply pci_find_by_devid)
3) create your own version of vmeUniverseInstallIrqMgr():
copy to a separate file and replace
BSP_rtems_install_irq_handler() by a proper call to set_vector.