Deleted Added
full compact
syscons.h (48667) syscons.h (50092)
1/*-
2 * Copyright (c) 1995-1998 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
1/*-
2 * Copyright (c) 1995-1998 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * $Id: syscons.h,v 1.49 1999/06/24 13:04:33 yokota Exp $
28 * $Id: syscons.h,v 1.50 1999/07/07 13:48:50 yokota Exp $
29 */
30
31#ifndef _DEV_SYSCONS_SYSCONS_H_
32#define _DEV_SYSCONS_SYSCONS_H_
33
34/* machine-dependent part of the header */
35
36#ifdef PC98

--- 165 unchanged lines hidden (view full) ---

202 int vtys;
203 struct tty *tty;
204 struct scr_stat **console;
205 struct scr_stat *cur_scp;
206 struct scr_stat *new_scp;
207 struct scr_stat *old_scp;
208 int delayed_next_scr;
209
29 */
30
31#ifndef _DEV_SYSCONS_SYSCONS_H_
32#define _DEV_SYSCONS_SYSCONS_H_
33
34/* machine-dependent part of the header */
35
36#ifdef PC98

--- 165 unchanged lines hidden (view full) ---

202 int vtys;
203 struct tty *tty;
204 struct scr_stat **console;
205 struct scr_stat *cur_scp;
206 struct scr_stat *new_scp;
207 struct scr_stat *old_scp;
208 int delayed_next_scr;
209
210 void **devfs_token;
210 /* uncontitional as you'd need to check opt_devfs in about 25 files */
211 void *devfs_token[MAXCONS];
212 void *mouse_devfs_token;
213 void *console_devfs_token;
211
212 char font_loading_in_progress;
213 char switch_in_progress;
214 char videoio_in_progress;
215 char write_in_progress;
216 char blink_in_progress;
217
218 long scrn_time_stamp;

--- 295 unchanged lines hidden ---
214
215 char font_loading_in_progress;
216 char switch_in_progress;
217 char videoio_in_progress;
218 char write_in_progress;
219 char blink_in_progress;
220
221 long scrn_time_stamp;

--- 295 unchanged lines hidden ---