Eliminate common.
This commit is contained in:
parent
f514efc600
commit
3064b5ac0a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scc.c,v 1.58 2002/03/17 19:40:27 atatat Exp $ */
|
||||
/* $NetBSD: scc.c,v 1.59 2002/05/13 01:33:12 matt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
|
||||
@ -64,7 +64,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.58 2002/03/17 19:40:27 atatat Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.59 2002/05/13 01:33:12 matt Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_dec_3000_300.h"
|
||||
@ -218,6 +218,8 @@ static struct consdev scccons = {
|
||||
NULL, NULL, sccGetc, sccPutc, sccPollc, NULL, NODEV, 0
|
||||
};
|
||||
|
||||
int alpha_donot_kludge_scc;
|
||||
|
||||
/*
|
||||
* Test to see if device is present.
|
||||
* Return true if found.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sccvar.h,v 1.7 2001/08/26 16:39:56 simonb Exp $ */
|
||||
/* $NetBSD: sccvar.h,v 1.8 2002/05/13 01:33:13 matt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991,1990,1989,1994,1995 Carnegie Mellon University
|
||||
@ -118,4 +118,4 @@ struct pdma {
|
||||
#define SCCCOMM3_PORT 0x2
|
||||
#define SCCKBD_PORT 0x3
|
||||
|
||||
int alpha_donot_kludge_scc;
|
||||
extern int alpha_donot_kludge_scc;
|
||||
|
Loading…
Reference in New Issue
Block a user