From dbe06865bfc174d2cfe89b7a41f194301fd48aa3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Mar 2003 17:01:52 +0000 Subject: 2003-03-25 Thomas Doerfler PR 367/filesystem * Makefile.am, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: Some bugs were still present in the DOSFS implementation: - FAT12 did not work properly on Big-Endian machines - Some synchronization and error handling problems were present - Some legal codings for EOC were not recognized --- cpukit/libblock/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/libblock/ChangeLog') diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog index 44a1d0c170..3eeb2daefb 100644 --- a/cpukit/libblock/ChangeLog +++ b/cpukit/libblock/ChangeLog @@ -1,3 +1,13 @@ +2003-03-25 Thomas Doerfler + + PR 367/filesystem + * Makefile.am, include/rtems/ide_part_table.h, src/ata.c, + src/ide_part_table.c: Some bugs were still present in the DOSFS + implementation: + - FAT12 did not work properly on Big-Endian machines + - Some synchronization and error handling problems were present + - Some legal codings for EOC were not recognized + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. -- cgit v1.2.3