* grub-core/bus/usb/uhci.c: Fix DMA handling and enable on all PCI

platforms.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-29 12:05:19 +02:00
parent bdc4add8ca
commit f7bf6c31f3
3 changed files with 59 additions and 18 deletions

View file

@ -482,7 +482,7 @@ module = {
module = {
name = uhci;
common = bus/usb/uhci.c;
enable = x86;
enable = pci;
};
module = {