summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-10-08 07:25:15 +0000
committerChris Johns <chrisj@rtems.org>2009-10-08 07:25:15 +0000
commit7357f5665ba240aec67d5a69dc459c9ad231716d (patch)
tree79147371cf5400a6fad5aca2c5f53d836bae2b9f /c/src/ChangeLog
parent2009-10-08 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-7357f5665ba240aec67d5a69dc459c9ad231716d.tar.bz2
2009-10-08 Chris Johns <chrisj@rtems.org>
* libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the multiblock support from the ATA driver. Multiblock at the disk level should not be a global policy as a disk may have more than one partition with different block sizes. An IDE driver could decide to use the feature with DMA but this a driver specific design choice. Fixed bugs relating to variable block sizes and large block transfer. * c/src/libchip/ide/ide_controller.c, c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h: Changed the block size to 32bits so blocks of 64K or bigger can be transfered in a single driver call.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 3f5b915c41..c0ef0734d3 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,17 @@
+2009-10-08 Chris Johns <chrisj@rtems.org>
+
+ * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
+ multiblock support from the ATA driver. Multiblock at the disk
+ level should not be a global policy as a disk may have more than
+ one partition with different block sizes. An IDE driver could
+ decide to use the feature with DMA but this a driver specific
+ design choice. Fixed bugs relating to variable block sizes and
+ large block transfer.
+ * c/src/libchip/ide/ide_controller.c,
+ c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
+ Changed the block size to 32bits so blocks of 64K or bigger can be
+ transfered in a single driver call.
+
2009-10-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a