From: Ian Campbell <ijc@hellion.org.uk>
To: <grub-devel@gnu.org>
Cc: Colin Watson <cjwatson@debian.org>, Ian Campbell <ijc@hellion.org.uk>
Subject: [PATCH] * grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
Date: Sun, 17 Nov 2013 12:36:04 +0000 [thread overview]
Message-ID: <1384691764-18448-1-git-send-email-ijc@hellion.org.uk> (raw)
---
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
reply other threads:[~2013-11-17 12:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384691764-18448-1-git-send-email-ijc@hellion.org.uk \
--to=ijc@hellion.org.uk \
--cc=cjwatson@debian.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).