diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-25 13:57:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-25 13:57:49 +0000 |
commit | 3ccfbce39c07d3a7e531a8760da82b13781fb430 (patch) | |
tree | 9662675dd0f79085ccd6be43976813fe20be0861 /sys/arch/vax | |
parent | 78d3b7b38dce2c995887cbe5d6d4a68eea2860d5 (diff) |
Turn on blinky things by default, very useful here
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |