From 3ccfbce39c07d3a7e531a8760da82b13781fb430 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 25 May 2014 13:57:49 +0000 Subject: Turn on blinky things by default, very useful here --- sys/arch/vax/vax/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/vax') diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index 38103d863c9..7bc014bdba7 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.133 2014/03/26 05:23:42 guenther Exp $ */ +/* $OpenBSD: machdep.c,v 1.134 2014/05/25 13:57:48 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -141,7 +141,7 @@ int iospace_inited = 0; /* sysctl settable */ #if NLED > 0 -int vax_led_blink = 0; +int vax_led_blink = 1; #endif struct cpu_info cpu_info_store; -- cgit v1.2.3