Changeset 3ce2907 in rtems
- Timestamp:
- 05/14/02 17:08:25 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 69ed59f
- Parents:
- 438b5388
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r438b5388 r3ce2907 1 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 3 * network/dec21140.c: Per PR215 address the following issues: 4 - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET 5 are no longer defined by libcpu (powerpc/shared/include/io.h) 6 but by the BSP (who is the only one to know the values) 7 - the affected BSP (shared/motorola) headers have been fixed 8 in a separate "libbsp/powerpc/shared" patch. 9 - the DEC 21140 driver (libchip/network/dec21140.c) has been 10 fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. 11 and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE 12 is to be defined by the BSP who is using this driver. 13 - the DEC driver also has been fixed to use the newer 14 rtems_bsp_delay_in_bus_cycles() instead of the obsolete 15 delay_in_bus_cycles(). 16 1 17 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 18 -
c/src/libnetworking/ChangeLog
r438b5388 r3ce2907 1 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 3 * network/dec21140.c: Per PR215 address the following issues: 4 - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET 5 are no longer defined by libcpu (powerpc/shared/include/io.h) 6 but by the BSP (who is the only one to know the values) 7 - the affected BSP (shared/motorola) headers have been fixed 8 in a separate "libbsp/powerpc/shared" patch. 9 - the DEC 21140 driver (libchip/network/dec21140.c) has been 10 fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. 11 and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE 12 is to be defined by the BSP who is using this driver. 13 - the DEC driver also has been fixed to use the newer 14 rtems_bsp_delay_in_bus_cycles() instead of the obsolete 15 delay_in_bus_cycles(). 16 1 17 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 18 -
cpukit/libnetworking/ChangeLog
r438b5388 r3ce2907 1 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 3 * network/dec21140.c: Per PR215 address the following issues: 4 - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET 5 are no longer defined by libcpu (powerpc/shared/include/io.h) 6 but by the BSP (who is the only one to know the values) 7 - the affected BSP (shared/motorola) headers have been fixed 8 in a separate "libbsp/powerpc/shared" patch. 9 - the DEC 21140 driver (libchip/network/dec21140.c) has been 10 fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. 11 and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE 12 is to be defined by the BSP who is using this driver. 13 - the DEC driver also has been fixed to use the newer 14 rtems_bsp_delay_in_bus_cycles() instead of the obsolete 15 delay_in_bus_cycles(). 16 1 17 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 18
Note: See TracChangeset
for help on using the changeset viewer.