1. NAME▲
ata_dev_set_feature - Issue SET FEATURES - SATA FEATURES
2. SYNOPSIS ▲
unsigned int ata_dev_set_feature(struct ata_device * dev , u8 enable , u8 feature );
3. ARGUMENTS ▲
dev
Device to which command will be sent
enable
Whether to enable or disable the feature
feature
The sector count represents the feature to set
4. DESCRIPTION ▲
Issue SET FEATURES - SATA FEATURES command to device dev on port ap with sector count
5. LOCKING ▲
PCI/etc. bus probe sem.
6. RETURNS ▲
0 on success, AC_ERR_* mask otherwise.
7. AUTHOR ▲
Jeff Garzik
Author.
8. COPYRIGHT ▲