summaryrefslogtreecommitdiff
path: root/sys/dev/pci
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/dev/pci
parentd387be6d508d997d7cd2ffeac58f75c47618216d (diff)
More killing of PWR_STANDBY. cvs skipped these files
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/auixp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/auixp.c b/sys/dev/pci/auixp.c
index 9b7782986d8..151c37ece71 100644
--- a/sys/dev/pci/auixp.c
+++ b/sys/dev/pci/auixp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auixp.c,v 1.25 2010/07/15 03:43:11 jakemsr Exp $ */
+/* $OpenBSD: auixp.c,v 1.26 2010/08/27 05:04:12 deraadt Exp $ */
/* $NetBSD: auixp.c,v 1.9 2005/06/27 21:13:09 thorpej Exp $ */
/*
@@ -1854,7 +1854,6 @@ auixp_powerhook(int why, void *hdl)
sc = (struct auixp_softc *)hdl;
switch (why) {
case PWR_SUSPEND:
- case PWR_STANDBY:
auixp_suspend(sc);
break;
case PWR_RESUME: