* [PATCH] * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
@ 2013-11-17 12:36 Ian Campbell
0 siblings, 0 replies; only message in thread
From: Ian Campbell @ 2013-11-17 12:36 UTC (permalink / raw)
To: grub-devel; +Cc: Colin Watson, Ian Campbell
---
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 <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
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-17 12:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 12:36 [PATCH] * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).