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

zs_cnattach now.
This commit is contained in:
Matt Jacob 2000-03-18 08:04:23 +00:00
parent c7790ceee2
commit d06b99eb3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58216

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);
}