* grub-core/Makefile.core.def (setpci): Enable on all PCI platforms.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-27 13:52:48 +01:00
parent 28ea58cf69
commit 30545b8567
2 changed files with 5 additions and 1 deletions

View file

@ -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> 2012-01-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs.c (nvlist_find_value): Check that we don't go * grub-core/fs/zfs/zfs.c (nvlist_find_value): Check that we don't go

View file

@ -792,7 +792,7 @@ module = {
module = { module = {
name = setpci; name = setpci;
common = commands/setpci.c; common = commands/setpci.c;
enable = x86; enable = pci;
}; };
module = { module = {