forked from Imagelibrary/rtems
2008-07-29 Chris Johns <chrisj@rtems.org>
* ide/ide.c: Updated to the rtems_* libblock changed.
This commit is contained in:
@@ -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>
|
||||
|
||||
* console/console.c, console/serial_mouse.c: Eliminate copies of
|
||||
|
||||
@@ -162,7 +162,7 @@ void pc386_ide_read_block
|
||||
\*-------------------------------------------------------------------------*/
|
||||
int minor,
|
||||
uint16_t block_size,
|
||||
blkdev_sg_buffer *bufs,
|
||||
rtems_blkdev_sg_buffer *bufs,
|
||||
uint32_t *cbuf,
|
||||
uint32_t *pos
|
||||
)
|
||||
@@ -215,7 +215,7 @@ void pc386_ide_write_block
|
||||
\*-------------------------------------------------------------------------*/
|
||||
int minor,
|
||||
uint16_t block_size,
|
||||
blkdev_sg_buffer *bufs,
|
||||
rtems_blkdev_sg_buffer *bufs,
|
||||
uint32_t *cbuf,
|
||||
uint32_t *pos
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user