Query: ata_dev_set_feature
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_DEV_SET_FEATURE(9) libata Library ATA_DEV_SET_FEATURE(9)NAMEata_dev_set_feature - Issue SET FEATURES - SATA FEATURESSYNOPSISunsigned int ata_dev_set_feature(struct ata_device * dev, u8 enable, u8 feature);ARGUMENTSdev Device to which command will be sent enable Whether to enable or disable the feature feature The sector count represents the feature to setDESCRIPTIONIssue SET FEATURES - SATA FEATURES command to device dev on port ap with sector countLOCKINGPCI/etc. bus probe sem.RETURNS0 on success, AC_ERR_* mask otherwise.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ATA_DEV_SET_FEATURE(9)