diff options
-rw-r--r-- | sys/dev/pccbb/pccbb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 120b115..235399c 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 */ |