* 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>
|
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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue