scsi_partsize — Parse cylinders/heads/sectors from PC partition table
int scsi_partsize ( | unsigned char * buf, |
| unsigned long capacity, | |
| unsigned int * cyls, | |
| unsigned int * hds, | |
unsigned int * secs); |
unsigned char * buf
partition table, see scsi_bios_ptable
unsigned long capacitysize of the disk in sectors
unsigned int * cylsput cylinders here
unsigned int * hdsput heads here
unsigned int * secsput sectors here