From 1065f16b761dd211c3c5d9508dc227a0adca91f7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 May 2002 17:35:16 +0000 Subject: 2001-05-14 Till Straumann * 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(). --- c/src/libchip/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'c/src/libchip/ChangeLog') diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog index 7a4e81e81c..fafdfc9bfc 100644 --- a/c/src/libchip/ChangeLog +++ b/c/src/libchip/ChangeLog @@ -1,3 +1,20 @@ +2001-05-14 Till Straumann + + * 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(). + 2002-05-07 Chris Johns * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf -- cgit v1.2.3