CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/27 09:26:32
Modified files:
sbin/fdisk : cmd.c part.c part.h
Log message:
Nuke single use function PRT_fix_BN() and just use the ATA/ATAPI LBA -> CHS
conversion formula
LBA = (C Ã HPC + H) Ã SPT + (S â 1)
instead of the equivalent tortuous arithmetic used in PRT_fix_BN().
No intentional functional change.
