Update of /cvsroot/linuxconsole/ruby/linux/arch/mips/sgi/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv4512/linux/arch/mips/sgi/kernel
Modified Files:
setup.c
Log Message:
Alots of fixes across many platforms.
Index: setup.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips/sgi/kernel/setup.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- setup.c 6 Oct 2001 16:11:12 -0000 1.6
+++ setup.c 15 Mar 2002 18:28:11 -0000 1.7
@@ -275,29 +275,7 @@
#endif
sgi_volume_set(simple_strtoul(ArcGetEnvironmentVariable("volume"), NULL, 10));
-
-#ifdef CONFIG_VT
-#ifdef CONFIG_SGI_NEWPORT_CONSOLE
- conswitchp = &newport_con;
-
- screen_info = (struct screen_info) {
- 0, 0, /* orig-x, orig-y */
- 0, /* unused */
- 0, /* orig_video_page */
- 0, /* orig_video_mode */
- 160, /* orig_video_cols */
- 0, 0, 0, /* unused, ega_bx, unused */
- 64, /* orig_video_lines */
- 0, /* orig_video_isVGA */
- 16 /* orig_video_points */
- };
-#else
- conswitchp = &dummy_con;
-#endif
-#endif
-
rtc_ops = &indy_rtc_ops;
- kbd_ops = &sgi_kbd_ops;
#ifdef CONFIG_VIDEO_VINO
init_vino();
#endif
|