1. NAME

ata_set_max_sectors - Set max sectors

2. SYNOPSIS

int ata_set_max_sectors(struct ata_device *  dev , u64  new_sectors );

3. ARGUMENTS

dev
    target device

new_sectors
    new max sectors value to set for the device

4. DESCRIPTION

Set max sectors of dev to new_sectors.

5. RETURNS

0 on success, -EACCES if command is aborted or denied (due to previous non-volatile SET_MAX) by the drive. -EIO on other errors.

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT