grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.


From: Ian Campbell
Subject: [PATCH] * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
Date: Sun, 17 Nov 2013 12:36:04 +0000

---
 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  <address@hidden>
+
+        * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
+
 2013-11-17  Vladimir Serbinenko  <address@hidden>
 
        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]