mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/ide/ata.c (ata_non_data_request): Change arg from int to uint32_t (16bit ints are too small).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libchip/ide/ata.c (ata_non_data_request): Change arg from int to
|
||||
uint32_t (16bit ints are too small).
|
||||
|
||||
2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
|
||||
|
||||
@@ -320,7 +320,7 @@ ata_io_data_request(dev_t device, rtems_blkdev_request *req)
|
||||
* error occured
|
||||
*/
|
||||
static rtems_status_code
|
||||
ata_non_data_request(dev_t device, int cmd, void *argp)
|
||||
ata_non_data_request(dev_t device, uint32_t cmd, void *argp)
|
||||
{
|
||||
rtems_status_code rc;
|
||||
ata_req_t *areq; /* ATA request */
|
||||
|
||||
Reference in New Issue
Block a user