Name

ata_dev_set_xfermode — Issue SET FEATURES - XFER MODE command

Synopsis

unsigned int ata_dev_set_xfermode (struct ata_device * dev);
 

Arguments

struct ata_device * dev

Device to which command will be sent

Description

Issue SET FEATURES - XFER MODE command to device dev on port ap.

LOCKING: PCI/etc. bus probe sem.

Return

0 on success, AC_ERR_* mask otherwise.