]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.core.def (setpci): Enable on all PCI platforms.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 27 Jan 2012 12:52:48 +0000 (13:52 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 27 Jan 2012 12:52:48 +0000 (13:52 +0100)
ChangeLog
grub-core/Makefile.core.def

index 49a0ffb03a665525e8e3dca28e73afe5be135956..5f67c4804c85fe9d022b955ae045c0a4369f1359 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/Makefile.core.def (setpci): Enable on all PCI platforms.
+
 2012-01-27  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/fs/zfs/zfs.c (nvlist_find_value): Check that we don't go
index 21fe41cd2bd6c367b91d737e52f0e81c5b31f840..645deb92faeefa917f6bb9be9699fbdc1ed1f653 100644 (file)
@@ -792,7 +792,7 @@ module = {
 module = {
   name = setpci;
   common = commands/setpci.c;
-  enable = x86;
+  enable = pci;
 };
 
 module = {