commit | b51daf003aa42c5c23876739ebd0b64dd2075931 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Jul 10 11:12:55 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 17 16:48:32 2012 +0200 |
tree | b364b9e68aace8684c12ded0b981f8d21156396a | |
parent | aaea3f366eeb8c5c23d821cdd1ce078086fe3764 [diff] |
Relax IDE CHS limits from 16383,16,63 to 65535,16,255 New limits straight from ATA4 6.2 Register delivered data transfer command sector addressing. I figure the old sector limit 63 was blindly copied from the BIOS int 13 limit. Doesn't apply to the hardware. No idea where the old cylinder limit comes from. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>