]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
authorIan Campbell <ijc@hellion.org.uk>
Sun, 17 Nov 2013 14:38:09 +0000 (15:38 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 17 Nov 2013 14:38:09 +0000 (15:38 +0100)
ChangeLog
grub-core/disk/uboot/ubootdisk.c

index 8a6f0ed4611d122435b66822b4c85a2d1c2872b3..aa4f4cfc8cdef8dc7b5c31e986de535e1b432ffe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-17  Ian Campbell  <ijc@hellion.org.uk>
+
+        * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
+
 2013-11-17  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * tests/grub_func_test.in: Increase memory reservation as on EFI we need
index f2c7a6acd6bd8e95d56947561e2265ad61676f09..a5ce07a99889c03fddc8b9a1a7b85ca385e0bfd1 100644 (file)
@@ -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 */