|
@@ -15,6 +15,7 @@
|
|
|
#include <linux/init.h>
|
|
#include <linux/init.h>
|
|
|
#include <linux/io.h>
|
|
#include <linux/io.h>
|
|
|
#include <linux/spinlock.h>
|
|
#include <linux/spinlock.h>
|
|
|
|
|
+#include <video/vga.h>
|
|
|
|
|
|
|
|
#include <asm/pgtable.h>
|
|
#include <asm/pgtable.h>
|
|
|
#include <asm/page.h>
|
|
#include <asm/page.h>
|
|
@@ -196,6 +197,8 @@ void __init footbridge_map_io(void)
|
|
|
iotable_init(ebsa285_host_io_desc, ARRAY_SIZE(ebsa285_host_io_desc));
|
|
iotable_init(ebsa285_host_io_desc, ARRAY_SIZE(ebsa285_host_io_desc));
|
|
|
pci_map_io_early(__phys_to_pfn(DC21285_PCI_IO));
|
|
pci_map_io_early(__phys_to_pfn(DC21285_PCI_IO));
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ vga_base = PCIMEM_BASE;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void footbridge_restart(enum reboot_mode mode, const char *cmd)
|
|
void footbridge_restart(enum reboot_mode mode, const char *cmd)
|