Changeset fb77bc8 in rtems
- Timestamp:
- 03/14/05 21:43:52 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bb9e843
- Parents:
- 0943f48
- Location:
- c/src/lib/libbsp/shared
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/ChangeLog
r0943f48 rfb77bc8 1 2005-03-14 Joel Sherrill <joel@OARcorp.com> 2 3 * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI 4 API unification. All use pci_find_device(). 5 1 6 2005-01-23 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/shared/vmeUniverse/README.porting
r0943f48 rfb77bc8 58 58 CFLAGS += -DBSP_PCI_CONFIG_IN_LONG=PCIConfigRead32 59 59 CFLAGS += -DBSP_PCI_CONFIG_IN_BYTE=PCIConfigRead8 60 (you still need to supply pci_find_ by_devid)60 (you still need to supply pci_find_device) 61 61 3) create your own version of vmeUniverseInstallIrqMgr(): 62 62 copy to a separate file and replace -
c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.c
r0943f48 rfb77bc8 60 60 /* allow the BSP to override the default routines */ 61 61 #ifndef BSP_PCI_FIND_DEVICE 62 #define BSP_PCI_FIND_DEVICE pci_find_by_devid62 #define BSP_PCI_FIND_DEVICE pci_find_device 63 63 #endif 64 64 #ifndef BSP_PCI_CONFIG_IN_LONG
Note: See TracChangeset
for help on using the changeset viewer.