summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-05-25 13:57:48 +0000
committerderaadt <deraadt@openbsd.org>2014-05-25 13:57:48 +0000
commit91c0e687b1d0a76c0a731c9d2b2cf1ccf4cdf5d3 (patch)
treedcbc94983b9c90b4be294fbe50d4d850c9da27ac
parentTurn off MemCheck_on and MemCheck_off. These calls are pointless since the (diff)
downloadwireguard-openbsd-91c0e687b1d0a76c0a731c9d2b2cf1ccf4cdf5d3.tar.xz
wireguard-openbsd-91c0e687b1d0a76c0a731c9d2b2cf1ccf4cdf5d3.zip
Turn on blinky things by default, very useful here
-rw-r--r--sys/arch/alpha/alpha/machdep.c4
-rw-r--r--sys/arch/solbourne/solbourne/machdep.c4
-rw-r--r--sys/arch/sparc/sparc/machdep.c4
-rw-r--r--sys/arch/sparc64/sparc64/machdep.c4
-rw-r--r--sys/arch/vax/vax/machdep.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c
index 04d27a59d59..f107df4ed0b 100644
--- a/sys/arch/alpha/alpha/machdep.c
+++ b/sys/arch/alpha/alpha/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.153 2014/05/08 20:46:49 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.154 2014/05/25 13:57:48 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */
/*-
@@ -192,7 +192,7 @@ int alpha_unaligned_sigbus = 1; /* SIGBUS on fixed-up accesses */
int alpha_fp_sync_complete = 0; /* fp fixup if sync even without /s */
#endif
#if NIOASIC > 0
-int alpha_led_blink = 0;
+int alpha_led_blink = 1;
#endif
/* used by hw_sysctl */
diff --git a/sys/arch/solbourne/solbourne/machdep.c b/sys/arch/solbourne/solbourne/machdep.c
index 145f0e4401d..daa947811fb 100644
--- a/sys/arch/solbourne/solbourne/machdep.c
+++ b/sys/arch/solbourne/solbourne/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.30 2014/03/26 05:23:42 guenther Exp $ */
+/* $OpenBSD: machdep.c,v 1.31 2014/05/25 13:57:48 deraadt Exp $ */
/* OpenBSD: machdep.c,v 1.105 2005/04/11 15:13:01 deraadt Exp */
/*
@@ -92,7 +92,7 @@ struct vm_map *phys_map = NULL;
int physmem;
/* sysctl settable */
-int sparc_led_blink = 0;
+int sparc_led_blink = 1;
/*
* safepri is a safe priority for sleep to set for a spin-wait
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c
index 2eda36be3c6..bafa320c682 100644
--- a/sys/arch/sparc/sparc/machdep.c
+++ b/sys/arch/sparc/sparc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.151 2014/05/09 20:15:06 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.152 2014/05/25 13:57:48 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */
/*
@@ -108,7 +108,7 @@ struct uvm_constraint_range *uvm_md_constraints[] = { NULL };
int physmem;
/* sysctl settable */
-int sparc_led_blink = 0;
+int sparc_led_blink = 1;
/*
* safepri is a safe priority for sleep to set for a spin-wait
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c
index be4eb8d5e23..d55e36a8600 100644
--- a/sys/arch/sparc64/sparc64/machdep.c
+++ b/sys/arch/sparc64/sparc64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.154 2014/05/10 12:29:58 kettenis Exp $ */
+/* $OpenBSD: machdep.c,v 1.155 2014/05/25 13:57:48 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */
/*-
@@ -167,7 +167,7 @@ struct uvm_constraint_range *uvm_md_constraints[] = { NULL };
int physmem;
extern caddr_t msgbufaddr;
-int sparc_led_blink;
+int sparc_led_blink = 1;
#ifdef APERTURE
#ifdef INSECURE
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;