changes to use generic dev/cons.c

This commit is contained in:
gwr 1994-05-05 02:59:37 +00:00
parent 013681d5ce
commit 2ae9ef44af

View File

@ -12,7 +12,7 @@
#include <machine/autoconf.h>
#include <machine/mon.h>
#include "../sun3/cons.h"
#include <dev/cons.h>
#include "../sun3/interreg.h"
/*
@ -272,7 +272,7 @@ promcnprobe(cp)
promcninit(cp)
struct consdev *cp;
{
cp->cn_tp = NULL;
mon_printf("console on prom0\n");
}
promcngetc(dev)