diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-27 05:04:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-27 05:04:13 +0000 |
commit | 03dc8b47c480c926ca4cc965b1253e089ea53103 (patch) | |
tree | 0dda857d344e5931fed9794d7404d43cc48f3b57 /sys/dev | |
parent | d387be6d508d997d7cd2ffeac58f75c47618216d (diff) |
More killing of PWR_STANDBY. cvs skipped these files
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/auixp.c | 3 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_ray.c | 3 |
2 files changed, 2 insertions, 4 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: diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index 73cbb309b5f..595d481f261 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.41 2010/07/02 03:13:42 tedu Exp $ */ +/* $OpenBSD: if_ray.c,v 1.42 2010/08/27 05:04:12 deraadt Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -916,7 +916,6 @@ ray_power(int why, void *arg) sc->sc_flags |= RAY_FLAGS_RESUMEINIT; } break; - case PWR_STANDBY: default: break; } |