patch-2.1.107 linux/arch/alpha/kernel/bios32.c
Next file: linux/arch/alpha/kernel/cia.c
Previous file: linux/arch/alpha/kernel/apecs.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Wed Jun 24 14:44:00 1998
- Orig file:
v2.1.106/linux/arch/alpha/kernel/bios32.c
- Orig date:
Sun Jun 7 11:16:26 1998
diff -u --recursive --new-file v2.1.106/linux/arch/alpha/kernel/bios32.c linux/arch/alpha/kernel/bios32.c
@@ -1090,7 +1090,7 @@
* 6 PCI on board slot 0
* 7 PCI on board slot 1
* 8 Intel SIO PCI-ISA bridge chip
- * 9 Tulip - DECchip 21040 ethernet controller
+ * 9 Tulip - DECchip 21040 Ethernet controller
*
*
* This two layered interrupt approach means that we allocate IRQ 16 and
@@ -1946,10 +1946,6 @@
}
-#ifdef CONFIG_TGA_CONSOLE
-extern void tga_console_init(void);
-#endif /* CONFIG_TGA_CONSOLE */
-
void __init
pcibios_fixup(void)
{
@@ -2022,12 +2018,6 @@
/* no fixup needed */
#else
# error "You must tell me what kind of platform you want."
-#endif
-
-#ifndef CONFIG_ABSTRACT_CONSOLE
-#ifdef CONFIG_TGA_CONSOLE
- tga_console_init();
-#endif
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov