commit | 8ab9a34d67470b94a3f468e460fa1a687062a4c0 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Sep 28 23:34:49 2013 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Oct 14 21:37:56 2013 -0400 |
tree | 8428ca03796bcd67dc3f2f2d1e007e97bf1a168d | |
parent | 85f8fac87526341d775b02a0bfbc29d97f3ba22a [diff] |
Rename fields of 'struct chs_s' and use in floppy lba2chs(). Rename the fields of 'struct chs_s' so that it can be used both to describe a drive and to describe a particular sector on a drive. Update floppy.c:lba2chs() to return a 'struct chs_s' instead of passing the results via pointers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>