diff options
-rw-r--r-- | sys/dev/syscons/syscons.c | 7 | ||||
-rw-r--r-- | sys/i386/isa/syscons.c | 7 | ||||
-rw-r--r-- | sys/isa/syscons.c | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 237c32b..e639252 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -35,7 +35,7 @@ * * from: @(#)pccons.c 5.11 (Berkeley) 5/21/91 * from: @(#)syscons.c 1.0 930928 - * $Id$ + * $Id: syscons.c,v 1.13 1993/10/16 13:46:23 rgrimes Exp $ * * Heavily modified by Søren Schmidt (sos@login.dkuug.dk) to provide: * @@ -308,11 +308,12 @@ int pcattach(struct isa_device *dev) printf(" <%d virtual consoles>\n", NCONS); else printf("\n"); - if (crtc_vga) { #ifdef FAT_CURSOR start = 0; end = 18; -#else +#endif + if (crtc_vga) { +#ifndef FAT_CURSOR get_cursor_shape(&start, &end); #endif save_palette(); diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index 237c32b..e639252 100644 --- a/sys/i386/isa/syscons.c +++ b/sys/i386/isa/syscons.c @@ -35,7 +35,7 @@ * * from: @(#)pccons.c 5.11 (Berkeley) 5/21/91 * from: @(#)syscons.c 1.0 930928 - * $Id$ + * $Id: syscons.c,v 1.13 1993/10/16 13:46:23 rgrimes Exp $ * * Heavily modified by Søren Schmidt (sos@login.dkuug.dk) to provide: * @@ -308,11 +308,12 @@ int pcattach(struct isa_device *dev) printf(" <%d virtual consoles>\n", NCONS); else printf("\n"); - if (crtc_vga) { #ifdef FAT_CURSOR start = 0; end = 18; -#else +#endif + if (crtc_vga) { +#ifndef FAT_CURSOR get_cursor_shape(&start, &end); #endif save_palette(); diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index 237c32b..e639252 100644 --- a/sys/isa/syscons.c +++ b/sys/isa/syscons.c @@ -35,7 +35,7 @@ * * from: @(#)pccons.c 5.11 (Berkeley) 5/21/91 * from: @(#)syscons.c 1.0 930928 - * $Id$ + * $Id: syscons.c,v 1.13 1993/10/16 13:46:23 rgrimes Exp $ * * Heavily modified by Søren Schmidt (sos@login.dkuug.dk) to provide: * @@ -308,11 +308,12 @@ int pcattach(struct isa_device *dev) printf(" <%d virtual consoles>\n", NCONS); else printf("\n"); - if (crtc_vga) { #ifdef FAT_CURSOR start = 0; end = 18; -#else +#endif + if (crtc_vga) { +#ifndef FAT_CURSOR get_cursor_shape(&start, &end); #endif save_palette(); |