diff --git a/ChangeLog b/ChangeLog index 49a0ffb03..5f67c4804 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-27 Vladimir Serbinenko + + * grub-core/Makefile.core.def (setpci): Enable on all PCI platforms. + 2012-01-27 Vladimir Serbinenko * grub-core/fs/zfs/zfs.c (nvlist_find_value): Check that we don't go diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 21fe41cd2..645deb92f 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -792,7 +792,7 @@ module = { module = { name = setpci; common = commands/setpci.c; - enable = x86; + enable = pci; }; module = {