summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 17:35:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 17:35:16 +0000
commit1065f16b761dd211c3c5d9508dc227a0adca91f7 (patch)
tree4c6cb8e1815e7157cf9db417051cdf78f2450c46 /c/src/exec/libnetworking
parent2001-05-14 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-1065f16b761dd211c3c5d9508dc227a0adca91f7.tar.bz2
2001-05-14 Till Straumann <strauman@slac.stanford.edu>
* bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: Per PR215 address the following issues: - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one to know the values) - the affected BSP (shared/motorola) headers have been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140 driver (libchip/network/dec21140.c) has been fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP who is using this driver. - the DEC driver also has been fixed to use the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete delay_in_bus_cycles().
Diffstat (limited to 'c/src/exec/libnetworking')
-rw-r--r--c/src/exec/libnetworking/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog
index beb846aef3..c4d4e81d72 100644
--- a/c/src/exec/libnetworking/ChangeLog
+++ b/c/src/exec/libnetworking/ChangeLog
@@ -1,6 +1,7 @@
2001-05-14 Till Straumann <strauman@slac.stanford.edu>
- * network/dec21140.c: Per PR215 address the following issues:
+ * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
+ Per PR215 address the following issues:
- _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
are no longer defined by libcpu (powerpc/shared/include/io.h)
but by the BSP (who is the only one to know the values)