* grub-core/Makefile.core.def (setpci): Enable on all PCI platforms.
This commit is contained in:
parent
28ea58cf69
commit
30545b8567
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -792,7 +792,7 @@ module = {
|
|||
module = {
|
||||
name = setpci;
|
||||
common = commands/setpci.c;
|
||||
enable = x86;
|
||||
enable = pci;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Reference in a new issue