Displaying 2 results from an estimated 2 matches for "godirect".
2007 Apr 18
1
Handling PCI/ROM space
I'm seeing oopses in probe_roms() and pci_find_bios(), apparently
because those pages are not mapped under Xen. I'm not sure why I'm
seeing this now and not before, but I suspect its because I enabled
CONFIG_DEBUG_PAGEALLOC. Anyway, I've got these patches to deal with
these cases:
--- a/arch/i386/kernel/setup.c
+++ b/arch/i386/kernel/setup.c
@@ -276,7 +276,14 @@ static
2007 Apr 18
1
Handling PCI/ROM space
I'm seeing oopses in probe_roms() and pci_find_bios(), apparently
because those pages are not mapped under Xen. I'm not sure why I'm
seeing this now and not before, but I suspect its because I enabled
CONFIG_DEBUG_PAGEALLOC. Anyway, I've got these patches to deal with
these cases:
--- a/arch/i386/kernel/setup.c
+++ b/arch/i386/kernel/setup.c
@@ -276,7 +276,14 @@ static