Alpha 8200: remove the SIMOS usage of zs_cnattach- we have a real

zs_cnattach now.
This commit is contained in:
mjacob 2000-03-18 08:04:23 +00:00
parent 15c42a3f3d
commit c8efd36b91

View File

@ -36,6 +36,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/termios.h>
#include <sys/cons.h>
#include <machine/rpb.h>
#include <machine/cpuconf.h>
@ -82,7 +83,5 @@ dec_kn8ae_init(int cputype)
static void
dec_kn8ae_cons_init(void)
{
#ifdef SIMOS
zs_cnattach(TLSB_GBUS_BASE, GBUS_DUART0_OFFSET);
#endif
zs_cnattach(TLSB_GBUS_BASE, GBUS_DUART0_OFFSET);
}