Changeset 1065f16 in rtems
- Timestamp:
- 05/14/02 17:35:16 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 06549dcf
- Parents:
- 9966204
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r9966204 r1065f16 1 1 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 2 3 * network/dec21140.c: Per PR215 address the following issues: 3 * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: 4 Per PR215 address the following issues: 4 5 - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET 5 6 are no longer defined by libcpu (powerpc/shared/include/io.h) -
c/src/libchip/ChangeLog
r9966204 r1065f16 1 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 3 * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: 4 Per PR215 address the following issues: 5 - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET 6 are no longer defined by libcpu (powerpc/shared/include/io.h) 7 but by the BSP (who is the only one to know the values) 8 - the affected BSP (shared/motorola) headers have been fixed 9 in a separate "libbsp/powerpc/shared" patch. 10 - the DEC 21140 driver (libchip/network/dec21140.c) has been 11 fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. 12 and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE 13 is to be defined by the BSP who is using this driver. 14 - the DEC driver also has been fixed to use the newer 15 rtems_bsp_delay_in_bus_cycles() instead of the obsolete 16 delay_in_bus_cycles(). 17 1 18 2002-05-07 Chris Johns <ccj@acm.org> 2 19 -
c/src/libnetworking/ChangeLog
r9966204 r1065f16 1 1 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 2 3 * network/dec21140.c: Per PR215 address the following issues: 3 * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: 4 Per PR215 address the following issues: 4 5 - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET 5 6 are no longer defined by libcpu (powerpc/shared/include/io.h) -
cpukit/libnetworking/ChangeLog
r9966204 r1065f16 1 1 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 2 3 * network/dec21140.c: Per PR215 address the following issues: 3 * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: 4 Per PR215 address the following issues: 4 5 - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET 5 6 are no longer defined by libcpu (powerpc/shared/include/io.h)
Note: See TracChangeset
for help on using the changeset viewer.