From ee4f57d9a6c032da422c6b9b84761dbb30cc2fd8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Mar 2004 09:59:52 +0000 Subject: 2004-03-23 Ralf Corsepius * libchip/ide/ata.c, libchip/ide/ata_internal.h, libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c, libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c, libchip/network/open_eth.c, libchip/network/open_eth.h, libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c, libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c, libchip/serial/ns16550_p.h, libchip/serial/serial.h, libchip/serial/z85c30.c, libchip/serial/z85c30.h, libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c, libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c, libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c, libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99 fixed-size types. --- c/src/ChangeLog | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) (limited to 'c/src/ChangeLog') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 895c39136b..7952b222c2 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,15 +1,38 @@ -2004-03-14 Chris Johns - - * cs8900.c.bsp, cs8900.h.bsp: Updated the BSP example code. +2004-03-23 Ralf Corsepius + + * libchip/ide/ata.c, libchip/ide/ata_internal.h, + libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h, + libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c, + libchip/network/dec21140.c, libchip/network/elnk.c, + libchip/network/if_fxp.c, libchip/network/open_eth.c, + libchip/network/open_eth.h, libchip/network/sonic.c, + libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h, + libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c, + libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c, + libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c, + libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c, + libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c, + libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c, + libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c, + libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c, + libchip/serial/ns16550_p.h, libchip/serial/serial.h, + libchip/serial/z85c30.c, libchip/serial/z85c30.h, + libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c, + libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c, + libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c, + libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c, + libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99 + fixed-size types. - * cs8900.c, cs8900.h: - Changes made to support the DIMMPC. This is a pc396 target with IO port - support. - Minor formating clean up. - Add documentation to the header file. +2004-03-14 Chris Johns - * README.cs8900: - The CS8900 driver is documented in the cs8900.h header file. + * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated + the BSP example code. + * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to + support the DIMMPC. This is a pc386 target with IO port support. Minor + formating clean up. Add documentation to the header file. + * libchip/network/README.cs8900: The CS8900 driver is documented in the + cs8900.h header file. 2004-03-09 Ralf Corsepius -- cgit v1.2.3