Changeset 9c25cad in rtems


Ignore:
Timestamp:
03/04/05 21:49:05 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
160b6b0
Parents:
3120019
Message:

2005-03-04 Joel Sherrill <joel@…>

  • vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
Location:
c/src/lib/libbsp/shared/vmeUniverse
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/shared/vmeUniverse/README.porting

    r3120019 r9c25cad  
    5858      CFLAGS += -DBSP_PCI_CONFIG_IN_LONG=PCIConfigRead32
    5959      CFLAGS += -DBSP_PCI_CONFIG_IN_BYTE=PCIConfigRead8
    60       (you still need to supply BSP_pciFindDevice)
     60      (you still need to supply pci_find_by_devid)
    6161 3)   create your own version of vmeUniverseInstallIrqMgr():
    6262      copy to a separate file and replace   
  • c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.c

    r3120019 r9c25cad  
    6060/* allow the BSP to override the default routines */
    6161#ifndef BSP_PCI_FIND_DEVICE
    62 #define BSP_PCI_FIND_DEVICE             BSP_pciFindDevice
     62#define BSP_PCI_FIND_DEVICE             pci_find_by_devid
    6363#endif
    6464#ifndef BSP_PCI_CONFIG_IN_LONG
Note: See TracChangeset for help on using the changeset viewer.