]> xenbits.xensource.com Git - seabios.git/commit
edd: Separate out ATA and virtio specific parts of fill_edd().
authorKevin O'Connor <kevin@koconnor.net>
Sat, 10 May 2014 16:46:57 +0000 (12:46 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 4 Jun 2014 15:06:58 +0000 (11:06 -0400)
commit9e735bbd1d45b41319bb27358c3d2e8079c9786a
tree42dcfe04372c03356d982af2f03f9b5a26262911
parentf8387e2a9953b760d6d02d8f682d48616eb7f165
edd: Separate out ATA and virtio specific parts of fill_edd().

This also changes DTYPE_VIRTIO_SCSI drives to report that they are
using a "SCSI" bus instead of an "ATA" bus - it was obviously
incorrect before.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/block.c