Update of /cvsroot/linuxconsole/ruby/linux/arch/mips64/sgi-ip22
In directory usw-pr-cvs1:/tmp/cvs-serv4512/linux/arch/mips64/sgi-ip22
Modified Files:
ip22-setup.c
Log Message:
Alots of fixes across many platforms.
Index: ip22-setup.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips64/sgi-ip22/ip22-setup.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ip22-setup.c 6 Oct 2001 16:11:12 -0000 1.7
+++ ip22-setup.c 15 Mar 2002 18:28:11 -0000 1.8
@@ -81,10 +81,7 @@
ip22_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 */
@@ -96,15 +93,8 @@
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_PSMOUSE
- aux_device_present = 0xaa;
-#endif
#ifdef CONFIG_VIDEO_VINO
init_vino();
#endif
|