changes to use generic dev/cons.c
This commit is contained in:
parent
013681d5ce
commit
2ae9ef44af
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user