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:
Ralf Corsepius
2004-11-20 04:19:33 +00:00
parent 468c6f00cd
commit 6af556b615
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/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> 2004-10-13 Eric Norum <norume@aps.anl.gov>
PR 688/bsps PR 688/bsps

View File

@@ -288,8 +288,8 @@ rtems_status_code pc386_ide_config_io_speed
+---------------------------------------------------------------------------+ +---------------------------------------------------------------------------+
| Input Parameters: | | Input Parameters: |
\*-------------------------------------------------------------------------*/ \*-------------------------------------------------------------------------*/
int minor, /* controller minor number */ int minor, /* controller minor number */
uint8_t modes_avail /* optional argument */ uint16_t modes_avail /* optional argument */
) )
/*-------------------------------------------------------------------------*\ /*-------------------------------------------------------------------------*\
| Return Value: | | Return Value: |