aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-09-08 17:18:42 +0000
committerWarner Losh <imp@FreeBSD.org>2005-09-08 17:18:42 +0000
commit8fe5efa81f5c49f6db8548d384541a8305633de5 (patch)
treec7faf1776a9a4ac0b0e2188d93a9c7b862a28625 /sys/dev/pccbb
parentfd410513a976dcb0bb94a5bef25bf3e8b099c66b (diff)
Notes
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 120b115773ba..235399c73351 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -1554,6 +1554,7 @@ cbb_suspend(device_t self)
int error = 0;
struct cbb_softc *sc = device_get_softc(self);
+ cbb_power_disable_socket(device_get_parent(self), self);
cbb_set(sc, CBB_SOCKET_MASK, 0); /* Quiet hardware */
bus_teardown_intr(self, sc->irq_res, sc->intrhand);
sc->flags &= ~CBB_CARD_OK; /* Card is bogus now */