--- ChangeLog | 4 ++++ grub-core/disk/uboot/ubootdisk.c | 1 + 2 files changed, 5 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 8a6f0ed..aa4f4cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-17 Ian Campbell <i...@hellion.org.uk> + + * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks. + 2013-11-17 Vladimir Serbinenko <phco...@gmail.com> * tests/grub_func_test.in: Increase memory reservation as on EFI we need diff --git a/grub-core/disk/uboot/ubootdisk.c b/grub-core/disk/uboot/ubootdisk.c index f2c7a6a..a5ce07a 100644 --- a/grub-core/disk/uboot/ubootdisk.c +++ b/grub-core/disk/uboot/ubootdisk.c @@ -47,6 +47,7 @@ grub_ubootdisk_register (struct device_info *newdev) { case DT_STOR_IDE: case DT_STOR_SATA: + case DT_STOR_SCSI: case DT_STOR_MMC: case DT_STOR_USB: /* hd */ -- 1.7.10.4 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel