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:
Ralf Corsepius
2004-11-20 04:20:56 +00:00
parent 6af556b615
commit b25dcbd6b6
2 changed files with 8 additions and 2 deletions

View File

@@ -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.

View File

@@ -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: |