summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-27 15:17:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-27 15:17:53 +0000
commit05341d806f59e022876b65cba7e71b2a55d1dfac (patch)
treee0fbb6c95930f6875184a6b6bc821997661b23e8 /cpukit/libblock/ChangeLog
parent2003-03-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-05341d806f59e022876b65cba7e71b2a55d1dfac.tar.bz2
2003-03-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
Diffstat (limited to 'cpukit/libblock/ChangeLog')
-rw-r--r--cpukit/libblock/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog
index 44a1d0c170..621176651a 100644
--- a/cpukit/libblock/ChangeLog
+++ b/cpukit/libblock/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-27 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am: ATA code depends upon libchip/ide which is not allowed
+ in the cpukit source code since it must be buildable independent of
+ any BSP. These files were moved to libchip/ide.
+ * include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.