diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
commit | f12226068d16673eea9adafe99388f1061d3309f (patch) | |
tree | 90cb542d279e793d072ffc6e9f1f1add1f07179e /sys/arch/alpha/tc/scc.c | |
parent | 470d0389b66fade522060561cc0c6ba36e01e7cb (diff) |
update to netbsd
Diffstat (limited to 'sys/arch/alpha/tc/scc.c')
-rw-r--r-- | sys/arch/alpha/tc/scc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index 5128c33c280..fff9e26bf3c 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $NetBSD: scc.c,v 1.9 1995/08/03 00:52:17 cgd Exp $ */ +/* $NetBSD: scc.c,v 1.10 1995/11/23 02:41:29 cgd Exp $ */ /* * Copyright (c) 1991,1990,1989,1994,1995 Carnegie Mellon University @@ -96,7 +96,9 @@ #include <dev/ic/z8530reg.h> #include <alpha/tc/sccreg.h> #include <alpha/tc/sccvar.h> +#if 0 #include <pmax/dev/fbreg.h> +#endif #include <machine/autoconf.h> #include <machine/rpb.h> @@ -874,6 +876,7 @@ sccintr(xxxunit) * Now for mousey */ } else if (tp == scc_tty[SCCMOUSE_PORT] && sccMouseButtons) { +#if 0 register MouseReport *mrp; static MouseReport currentRep; @@ -906,6 +909,7 @@ sccintr(xxxunit) } (*sccMouseButtons)(mrp); } +#endif continue; } if (!(tp->t_state & TS_ISOPEN)) { |