summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 14:00:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 14:00:43 +0000
commitef142d71a50c742ee9e4e9c53052a53d8bbfffcf (patch)
tree69eb3fab240ffead981c8e458a7d20e11ceeab68 /cpukit/libblock/ChangeLog
parent2002-10-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ef142d71a50c742ee9e4e9c53052a53d8bbfffcf.tar.bz2
2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
* Added ATA support. * include/rtems/blkdev.h: Added last IO status. * include/rtems/ata.h, include/rtems/ata_internal.h, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New files.
Diffstat (limited to '')
-rw-r--r--cpukit/libblock/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog
index 0865f89195..dff0893498 100644
--- a/cpukit/libblock/ChangeLog
+++ b/cpukit/libblock/ChangeLog
@@ -1,3 +1,11 @@
+2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
+
+ * Added ATA support.
+ * include/rtems/blkdev.h: Added last IO status.
+ * include/rtems/ata.h, include/rtems/ata_internal.h,
+ include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New
+ files.
+
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.