]> xenbits.xensource.com Git - seabios.git/commit
ATA 48bit LBA should only be activated on read/write commands.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 13 Dec 2009 17:02:55 +0000 (12:02 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 13 Dec 2009 17:02:55 +0000 (12:02 -0500)
commitd43e1788502dc99d46bb634424ac70137874f517
treeb5420f91e3c054a1520056f3bf65cee7a2e9411d
parenta7fc5de5037f2e3c621110650d8590f1e8b24b2c
ATA 48bit LBA should only be activated on read/write commands.

Check explicitly for an extended read/write command instead of 0x04
    bit set.  The identify command has that bit set, but doesn't need
    the 48bit lba registers set.
src/ata.c
src/ata.h