Rechercher une page de manuel
ata_do_set_mode
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
ata_do_set_mode - Program timings and issue SET FEATURES - XFERSYNOPSIS
- int ata_do_set_mode(struct ata_link * link, struct ata_device ** r_failed_dev);
ARGUMENTS
link
- link on which timings will be programmed
r_failed_dev
- out parameter for failed device
DESCRIPTION
Standard implementation of the function used to tune and set ATA device disk transfer mode (PIO3, UDMA6, etc.). If ata_dev_set_mode fails, pointer to the failing device is returned in r_failed_dev.
LOCKING
PCI/etc. bus probe sem.
RETURNS
0 on success, negative errno otherwise
AUTHOR
Jeff Garzik
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre