Skip to content
Snippets Groups Projects
Commit ab1b67a6 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide-disk: remove stale init_idedisk_capacity() documentation

parent bfc2f01f
No related branches found
No related tags found
No related merge requests found
...@@ -445,20 +445,6 @@ static void idedisk_check_hpa(ide_drive_t *drive) ...@@ -445,20 +445,6 @@ static void idedisk_check_hpa(ide_drive_t *drive)
} }
} }
/*
* Compute drive->capacity, the full capacity of the drive
* Called with drive->id != NULL.
*
* To compute capacity, this uses either of
*
* 1. CHS value set by user (whatever user sets will be trusted)
* 2. LBA value from target drive (require new ATA feature)
* 3. LBA value from system BIOS (new one is OK, old one may break)
* 4. CHS value from system BIOS (traditional style)
*
* in above order (i.e., if value of higher priority is available,
* reset will be ignored).
*/
static void init_idedisk_capacity(ide_drive_t *drive) static void init_idedisk_capacity(ide_drive_t *drive)
{ {
struct hd_driveid *id = drive->id; struct hd_driveid *id = drive->id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment