Changeset 06549dcf in rtems
- Timestamp:
- 05/14/02 17:35:55 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 48f89683
- Parents:
- 1065f16
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r1065f16 r06549dcf 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 2001-05-14 Joel Sherrill <joel@OARcorp.com> 2 3 * ChangeLog: Corrected -- entry should have been in libchip. 4 18 5 2002-05-01 Eric Norum <eric.norum@usask.ca> 19 6 -
c/src/libnetworking/ChangeLog
r1065f16 r06549dcf 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 2001-05-14 Joel Sherrill <joel@OARcorp.com> 2 3 * ChangeLog: Corrected -- entry should have been in libchip. 4 18 5 2002-05-01 Eric Norum <eric.norum@usask.ca> 19 6 -
cpukit/libnetworking/ChangeLog
r1065f16 r06549dcf 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 2001-05-14 Joel Sherrill <joel@OARcorp.com> 2 3 * ChangeLog: Corrected -- entry should have been in libchip. 4 18 5 2002-05-01 Eric Norum <eric.norum@usask.ca> 19 6
Note: See TracChangeset
for help on using the changeset viewer.