summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/dec_axppci_33.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/alpha/dec_axppci_33.c')
-rw-r--r--sys/alpha/alpha/dec_axppci_33.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/alpha/alpha/dec_axppci_33.c b/sys/alpha/alpha/dec_axppci_33.c
index 630cc55..f212f5c 100644
--- a/sys/alpha/alpha/dec_axppci_33.c
+++ b/sys/alpha/alpha/dec_axppci_33.c
@@ -34,6 +34,7 @@
#include "opt_ddb.h"
#include <sys/param.h>
+#include <sys/reboot.h>
#include <sys/systm.h>
#include <sys/termios.h>
@@ -139,6 +140,8 @@ dec_axppci_33_cons_init()
comconsole = 0;
if (siocnattach(0x3f8, comcnrate))
panic("can't init serial console");
+
+ boothowto |= RB_SERIAL;
break;
}
OpenPOWER on IntegriCloud