summaryrefslogtreecommitdiff
path: root/sys/dev/ata/wd.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2010-06-07 20:32:46 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2010-06-07 20:32:46 +0000
commit3cc9b502dd2d0a724d8805b0dda4ece39e877de6 (patch)
tree1311385e9b0a758784e077120ec1f8b393c4f873 /sys/dev/ata/wd.c
parenteb1759579c7f0f7436263df1fe527e0e5797cb81 (diff)
partial backout of 1.81 as invoking standby in shutdown
breaks at least socppc and armish
Diffstat (limited to 'sys/dev/ata/wd.c')
-rw-r--r--sys/dev/ata/wd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c
index 6b172b1a0e3..8d424fa49c8 100644
--- a/sys/dev/ata/wd.c
+++ b/sys/dev/ata/wd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wd.c,v 1.83 2010/05/26 16:16:23 thib Exp $ */
+/* $OpenBSD: wd.c,v 1.84 2010/06/07 20:32:45 jsg Exp $ */
/* $NetBSD: wd.c,v 1.193 1999/02/28 17:15:27 explorer Exp $ */
/*
@@ -1243,5 +1243,4 @@ wd_shutdown(void *arg)
struct wd_softc *wd = arg;
wd_flushcache(wd, AT_POLL);
- wd_standby(wd, AT_POLL);
}