Ifdef color_display by NSC, pointed by Rod
This commit is contained in:
parent
27de4e40b8
commit
50249c77fe
@ -35,11 +35,12 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.73 1994/10/10 18:06:58 phk Exp $
|
||||
* $Id: machdep.c,v 1.74 1994/10/15 21:25:03 ache Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
#include "isa.h"
|
||||
#include "sc.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -135,7 +136,11 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
|
||||
int _udatasel, _ucodesel;
|
||||
|
||||
extern int adjkerntz, disable_rtc_set; /* from clock.c */
|
||||
#if NSC > 0
|
||||
extern int color_display; /* from syscons.c */
|
||||
#else
|
||||
int color_display = -1;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Machine-dependent startup code
|
||||
|
@ -35,11 +35,12 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.73 1994/10/10 18:06:58 phk Exp $
|
||||
* $Id: machdep.c,v 1.74 1994/10/15 21:25:03 ache Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
#include "isa.h"
|
||||
#include "sc.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -135,7 +136,11 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
|
||||
int _udatasel, _ucodesel;
|
||||
|
||||
extern int adjkerntz, disable_rtc_set; /* from clock.c */
|
||||
#if NSC > 0
|
||||
extern int color_display; /* from syscons.c */
|
||||
#else
|
||||
int color_display = -1;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Machine-dependent startup code
|
||||
|
Loading…
Reference in New Issue
Block a user