From: Florian Lohoff <flo@rfc822.org>
To: Guido Guenther <agx@sigxcpu.org>
Cc: linux-mips@oss.sgi.com
Subject: Re: Current CVS on Indigo2 fail
Date: Thu, 13 Dec 2001 18:10:43 +0100 [thread overview]
Message-ID: <20011213171043.GD25296@paradigm.rfc822.org> (raw)
In-Reply-To: <20011213150622.A13394@galadriel.physik.uni-konstanz.de>
[-- Attachment #1: Type: text/plain, Size: 2720 bytes --]
On Thu, Dec 13, 2001 at 03:06:22PM +0100, Guido Guenther wrote:
> > Definitly ? Mind sending me (the list) the patches too ?
> an old version is at:
> http://honk.physik.uni-konstanz.de/~agx/linux-mips/unsorted-patches/newport-dont-crash-i2-2001-03-25.diff
> This currently doesn't apply cleanly due to the arch/mips/kernel/sgi to
> arch/mips/sgi-ip22 movement, but that's just a one line change. I'll
> update it when back home.
It solved the issue ... Here is the patch against current cvs
Index: arch/mips/config.in
===================================================================
RCS file: /cvs/linux/arch/mips/config.in,v
retrieving revision 1.154.2.3
diff -u -r1.154.2.3 config.in
--- arch/mips/config.in 2001/12/11 18:39:48 1.154.2.3
+++ arch/mips/config.in 2001/12/13 18:10:33
@@ -556,11 +556,10 @@
comment 'SGI Character devices'
if [ "$CONFIG_VT" = "y" ]; then
tristate 'SGI Newport Console support' CONFIG_SGI_NEWPORT_CONSOLE
- if [ "$CONFIG_SGI_NEWPORT_CONSOLE" != "y" ]; then
- define_bool CONFIG_DUMMY_CONSOLE y
- else
+ if [ "$CONFIG_SGI_NEWPORT_CONSOLE" = "y" ]; then
define_bool CONFIG_FONT_8x16 y
fi
+ define_bool CONFIG_DUMMY_CONSOLE y
fi
endmenu
fi
Index: arch/mips/sgi-ip22/ip22-setup.c
===================================================================
RCS file: /cvs/linux/arch/mips/sgi-ip22/ip22-setup.c,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 ip22-setup.c
--- arch/mips/sgi-ip22/ip22-setup.c 2001/12/07 15:45:29 1.1.2.1
+++ arch/mips/sgi-ip22/ip22-setup.c 2001/12/13 18:10:33
@@ -182,19 +182,23 @@
#ifdef CONFIG_VT
#ifdef CONFIG_SGI_NEWPORT_CONSOLE
- conswitchp = &newport_con;
+ if( mips_machtype == MACH_SGI_INDY ) {
+ 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 */
- };
+ 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;
+ }
#else
conswitchp = &dummy_con;
#endif
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
Nine nineth on september the 9th Welcome to the new billenium
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
next prev parent reply other threads:[~2001-12-13 18:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-13 12:35 Current CVS on Indigo2 fail Florian Lohoff
2001-12-13 12:52 ` Guido Guenther
2001-12-13 13:48 ` Florian Lohoff
2001-12-13 14:06 ` Guido Guenther
2001-12-13 17:10 ` Florian Lohoff [this message]
2001-12-13 17:28 ` Guido Guenther
2001-12-14 23:23 ` Ian Chilton
2001-12-13 17:10 ` Ian Chilton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011213171043.GD25296@paradigm.rfc822.org \
--to=flo@rfc822.org \
--cc=agx@sigxcpu.org \
--cc=linux-mips@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox