10 #include <linux/tty.h>
14 #include <asm/machvec.h>
18 #ifdef CONFIG_VGA_HOSE
37 locate_and_init_vga(
void *(*sel_func)(
void *,
void *))
43 if (!sel_func) sel_func = (
void *)default_vga_hose_select;
50 hose = sel_func(hose, dev->
sysdata);
58 alpha_vga.
start += hose->io_space->start;
59 alpha_vga.
end += hose->io_space->start;
68 find_console_vga_hose(
void)
74 int h = (pu64[30] >> 24) & 0xff;
80 for (hose =
hose_head; hose; hose = hose->next) {
81 if (hose->
index == h)
break;
85 printk(
"Console graphics on hose %d\n", h);