forked from Imagelibrary/rtems
2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 703/filesystem * ide/ide.c: Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
|
||||
|
||||
PR 703/filesystem
|
||||
* ide/ide.c: Extend the "modes_available" and "mode_active" parameters
|
||||
to uint16_t for UDMA support.
|
||||
|
||||
2004-10-13 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
PR 688/bsps
|
||||
|
||||
@@ -288,8 +288,8 @@ rtems_status_code pc386_ide_config_io_speed
|
||||
+---------------------------------------------------------------------------+
|
||||
| Input Parameters: |
|
||||
\*-------------------------------------------------------------------------*/
|
||||
int minor, /* controller minor number */
|
||||
uint8_t modes_avail /* optional argument */
|
||||
int minor, /* controller minor number */
|
||||
uint16_t modes_avail /* optional argument */
|
||||
)
|
||||
/*-------------------------------------------------------------------------*\
|
||||
| Return Value: |
|
||||
|
||||
Reference in New Issue
Block a user