summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-27 05:04:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-27 05:04:13 +0000
commit03dc8b47c480c926ca4cc965b1253e089ea53103 (patch)
tree0dda857d344e5931fed9794d7404d43cc48f3b57 /sys/arch/beagle
parentd387be6d508d997d7cd2ffeac58f75c47618216d (diff)
More killing of PWR_STANDBY. cvs skipped these files
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r--sys/arch/beagle/dev/omap_com.c3
-rw-r--r--sys/arch/beagle/dev/omdisplay.c3
-rw-r--r--sys/arch/beagle/dev/omehci.c3
-rw-r--r--sys/arch/beagle/dev/ommmc.c3
-rw-r--r--sys/arch/beagle/dev/omohci.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/sys/arch/beagle/dev/omap_com.c b/sys/arch/beagle/dev/omap_com.c
index b1181496516..4bc45855173 100644
--- a/sys/arch/beagle/dev/omap_com.c
+++ b/sys/arch/beagle/dev/omap_com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omap_com.c,v 1.1 2009/05/08 03:13:26 drahn Exp $ */
+/* $OpenBSD: omap_com.c,v 1.2 2010/08/27 05:04:08 deraadt Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
* All rights reserved.
@@ -131,7 +131,6 @@ omapuart_power(int why, void *arg)
switch (why) {
case PWR_SUSPEND:
- case PWR_STANDBY:
break;
case PWR_RESUME:
if (sc->enabled) {
diff --git a/sys/arch/beagle/dev/omdisplay.c b/sys/arch/beagle/dev/omdisplay.c
index 30c509dd7d1..89dc48bf8f6 100644
--- a/sys/arch/beagle/dev/omdisplay.c
+++ b/sys/arch/beagle/dev/omdisplay.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omdisplay.c,v 1.2 2010/08/07 03:50:01 krw Exp $ */
+/* $OpenBSD: omdisplay.c,v 1.3 2010/08/27 05:04:08 deraadt Exp $ */
/*
* Copyright (c) 2007 Dale Rahn <drahn@openbsd.org>
*
@@ -870,7 +870,6 @@ omdisplay_power(int why, void *v)
switch (why) {
case PWR_SUSPEND:
- case PWR_STANDBY:
omdisplay_set_brightness(0);
omdisplay_suspend(sc);
break;
diff --git a/sys/arch/beagle/dev/omehci.c b/sys/arch/beagle/dev/omehci.c
index fea8b20e6b1..028aa6dc710 100644
--- a/sys/arch/beagle/dev/omehci.c
+++ b/sys/arch/beagle/dev/omehci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omehci.c,v 1.1 2010/02/12 05:31:51 drahn Exp $ */
+/* $OpenBSD: omehci.c,v 1.2 2010/08/27 05:04:08 deraadt Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -193,7 +193,6 @@ omehci_power(int why, void *arg)
s = splhardusb();
sc->sc.sc_bus.use_polling++;
switch (why) {
- case PWR_STANDBY:
case PWR_SUSPEND:
ohci_power(why, &sc->sc);
#if 0
diff --git a/sys/arch/beagle/dev/ommmc.c b/sys/arch/beagle/dev/ommmc.c
index 39f8c4740cb..311a184cb05 100644
--- a/sys/arch/beagle/dev/ommmc.c
+++ b/sys/arch/beagle/dev/ommmc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ommmc.c,v 1.6 2010/06/01 03:09:41 drahn Exp $ */
+/* $OpenBSD: ommmc.c,v 1.7 2010/08/27 05:04:08 deraadt Exp $ */
/*
* Copyright (c) 2009 Dale Rahn <drahn@openbsd.org>
@@ -516,7 +516,6 @@ ommmc_power(int why, void *arg)
#endif
switch(why) {
- case PWR_STANDBY:
case PWR_SUSPEND:
/* XXX poll for command completion or suspend command
* in progress */
diff --git a/sys/arch/beagle/dev/omohci.c b/sys/arch/beagle/dev/omohci.c
index f4a88950a3c..b01f4d18f3a 100644
--- a/sys/arch/beagle/dev/omohci.c
+++ b/sys/arch/beagle/dev/omohci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omohci.c,v 1.1 2009/05/08 03:13:26 drahn Exp $ */
+/* $OpenBSD: omohci.c,v 1.2 2010/08/27 05:04:08 deraadt Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -288,7 +288,6 @@ omohci_power(int why, void *arg)
s = splhardusb();
sc->sc.sc_bus.use_polling++;
switch (why) {
- case PWR_STANDBY:
case PWR_SUSPEND:
ohci_power(why, &sc->sc);
#if 0