mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Alpha 8200: remove the SIMOS usage of zs_cnattach- we have a real
zs_cnattach now.
This commit is contained in:
parent
c7790ceee2
commit
d06b99eb3f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58216
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user