forked from Imagelibrary/rtems
2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 703/filesystem * ide/pcmcia_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/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters
|
||||
to uint16_t for UDMA support.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
@@ -356,8 +356,8 @@ rtems_status_code mbx8xx_pcmciaide_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