Messages in this thread Patch in this message |  | | | Date | Mon, 27 Jul 1998 21:13:37 +0200 | | From | Martin Mares <> | | Subject | fbcon fix for pre-2.1.112-1 |
| |
Hi Linus,
By mistake I included one of my local changes in the console patch I've sent you yesterday. This reverts it to the correct original version.
Have a nice fortnight -- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth "Got mole problems? Call Avogadro, 602-1023!"
--- /usr/src/linux-2.1/drivers/char/fbmem.c Tue Jul 21 12:52:57 1998 +++ drivers/char/fbmem.c Sun Jul 26 13:18:17 1998 @@ -497,7 +500,7 @@ if (first) { first = 0; - take_over_console(&fb_con, 12, MAX_NR_CONSOLES-1, 1); + take_over_console(&fb_con, 0, MAX_NR_CONSOLES-1, 1); } return 0; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html
|  |