Don't use our own defines for SCCDEV or RCONSDEV - pull in

<pmax/pmax/cons.h> for these values.
This commit is contained in:
simonb 1999-12-08 01:29:11 +00:00
parent 9208af106d
commit c2f5cc273c
1 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scc.c,v 1.53 1999/11/29 15:02:39 ad Exp $ */
/* $NetBSD: scc.c,v 1.54 1999/12/08 01:29:11 simonb Exp $ */
/*
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.53 1999/11/29 15:02:39 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.54 1999/12/08 01:29:11 simonb Exp $");
#include "opt_ddb.h"
@ -105,6 +105,7 @@ __KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.53 1999/11/29 15:02:39 ad Exp $");
#ifdef pmax
#include <mips/cpuregs.h> /* phys to uncached */
#include <pmax/pmax/cons.h>
#include <pmax/pmax/pmaxtype.h>
#include <pmax/pmax/maxine.h>
#include <pmax/pmax/asic.h>
@ -137,11 +138,6 @@ extern void ttrstrt __P((void *));
#define SCCDEV 15 /* XXX */
#endif
#ifdef pmax
#define SCCDEV 17 /* XXX */
#define RCONSDEV 85 /* XXXXXX */
#endif
/*
* rcons glass-tty console (as used on pmax) needs lk-201 ASCII input
* support from the tty drivers. This is ugly and broken and won't