comparison packages/devs/disk/ide/current/ChangeLog @ 2299:04006a2b020d

* src/ide_disk.h: DISK_FUNS is now implicitly static. (IDE_DISK_INSTANCE): Reflect updated io/disk API by using ide_disk_controller. * src/ide_disk.c: Define ide_disk_controller (even though unused in practice). (ide_disk_init): Provide phys_block_size and max_transfer disk ident members.
author jlarmour
date Thu, 21 Sep 2006 16:36:24 +0000
parents a06d718514f8
children 6d4c075d2939
comparison
equal deleted inserted replaced
2298:474e1f0afb12 2299:04006a2b020d
1 2006-09-21 Jonathan Larmour <jifl@eCosCentric.com>
2
3 * src/ide_disk.h: DISK_FUNS is now implicitly static.
4 (IDE_DISK_INSTANCE): Reflect updated io/disk API by using
5 ide_disk_controller.
6 * src/ide_disk.c: Define ide_disk_controller (even though unused
7 in practice).
8 (ide_disk_init): Provide phys_block_size and max_transfer disk ident
9 members.
10
1 2005-02-02 Knud Woehler <knud.woehler@microplex.de> 11 2005-02-02 Knud Woehler <knud.woehler@microplex.de>
2 12
3 * src/ide_disk.c: Check the device is not busy before sending a 13 * src/ide_disk.c: Check the device is not busy before sending a
4 command to the device. 14 command to the device.
5 15