2008-07-29 Chris Johns <chrisj@rtems.org>

* ide/ide.c: Updated to the rtems_* libblock changed.
This commit is contained in:
Chris Johns
2008-07-29 02:22:22 +00:00
parent 3899a5379f
commit c4bd98c04d
2 changed files with 320 additions and 316 deletions

View File

@@ -1,3 +1,7 @@
2008-07-29 Chris Johns <chrisj@rtems.org>
* ide/ide.c: Updated to the rtems_* libblock changed.
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c, console/serial_mouse.c: Eliminate copies of * console/console.c, console/serial_mouse.c: Eliminate copies of

View File

@@ -161,10 +161,10 @@ void pc386_ide_read_block
| Input Parameters: | | Input Parameters: |
\*-------------------------------------------------------------------------*/ \*-------------------------------------------------------------------------*/
int minor, int minor,
uint16_t block_size, uint16_t block_size,
blkdev_sg_buffer *bufs, rtems_blkdev_sg_buffer *bufs,
uint32_t *cbuf, uint32_t *cbuf,
uint32_t *pos uint32_t *pos
) )
/*-------------------------------------------------------------------------*\ /*-------------------------------------------------------------------------*\
| Return Value: | | Return Value: |
@@ -214,10 +214,10 @@ void pc386_ide_write_block
| Input Parameters: | | Input Parameters: |
\*-------------------------------------------------------------------------*/ \*-------------------------------------------------------------------------*/
int minor, int minor,
uint16_t block_size, uint16_t block_size,
blkdev_sg_buffer *bufs, rtems_blkdev_sg_buffer *bufs,
uint32_t *cbuf, uint32_t *cbuf,
uint32_t *pos uint32_t *pos
) )
/*-------------------------------------------------------------------------*\ /*-------------------------------------------------------------------------*\
| Return Value: | | Return Value: |