From: Ian Campbell Date: Sun, 17 Nov 2013 14:38:09 +0000 (+0100) Subject: * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks. X-Git-Tag: grub-2.02-beta1~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d400406a77a61b04ae79194b630ada2a5019b92;p=thirdparty%2Fgrub.git * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks. --- diff --git a/ChangeLog b/ChangeLog index 8a6f0ed46..aa4f4cfc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-17 Ian Campbell + + * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks. + 2013-11-17 Vladimir Serbinenko * 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 f2c7a6acd..a5ce07a99 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 */