diff options
author | 2010-06-06 11:26:17 +0000 | |
---|---|---|
committer | 2010-06-06 11:26:17 +0000 | |
commit | 14c5b47b4a7b45ab3476744c69fde59bcdc23701 (patch) | |
tree | 30b486d40d08d7b5c5949c575816279a27f4ddea | |
parent | Kill unused sio_intr_count. (diff) | |
download | wireguard-openbsd-14c5b47b4a7b45ab3476744c69fde59bcdc23701.tar.xz wireguard-openbsd-14c5b47b4a7b45ab3476744c69fde59bcdc23701.zip |
Nuke common.
-rw-r--r-- | sys/arch/alpha/tc/scc.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/tc/sccvar.h | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index a5a47265404..9f63eabbfac 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scc.c,v 1.26 2010/04/12 12:57:51 tedu Exp $ */ +/* $OpenBSD: scc.c,v 1.27 2010/06/06 11:26:17 miod Exp $ */ /* $NetBSD: scc.c,v 1.58 2002/03/17 19:40:27 atatat Exp $ */ /* @@ -107,6 +107,8 @@ int debugChar; #endif +int alpha_donot_kludge_scc; + struct scc_softc { struct device sc_dv; struct pdma scc_pdma[2]; diff --git a/sys/arch/alpha/tc/sccvar.h b/sys/arch/alpha/tc/sccvar.h index 6d7f0654c2e..c4036e42e9e 100644 --- a/sys/arch/alpha/tc/sccvar.h +++ b/sys/arch/alpha/tc/sccvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sccvar.h,v 1.6 2003/06/02 23:27:44 millert Exp $ */ +/* $OpenBSD: sccvar.h,v 1.7 2010/06/06 11:26:17 miod Exp $ */ /* $NetBSD: sccvar.h,v 1.7 2001/08/26 16:39:56 simonb Exp $ */ /* @@ -115,4 +115,4 @@ struct pdma { #define SCCCOMM3_PORT 0x2 #define SCCKBD_PORT 0x3 -int alpha_donot_kludge_scc; +extern int alpha_donot_kludge_scc; |