1. NAME

ata_hpa_resize - Resize a device with an HPA set

2. SYNOPSIS

int ata_hpa_resize(struct ata_device *  dev );

3. ARGUMENTS

dev
    Device to resize

4. DESCRIPTION

Read the size of an LBA28 or LBA48 disk with HPA features and resize it if required to the full size of the media. The caller must check the drive has the HPA feature set enabled.

5. RETURNS

0 on success, -errno on failure.

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT